Print

ShowRow

This function shows current table row. This function has to be called inside table rule since show/hide state is not stored in database and has to be set every time the case page is opened.

Syntax

ShowRow();

Function arguments

This function does not take any arguments.

Return value

This function returns Boolean.
This function always returns true

Examples

Example 1:
This will show current row.

ShowRow();

Example 2:
If everything is OK, enable current row.

if(allOK == true) {
ShowRow();
}
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?