Print

ToggleSection

This function will hide or show specified section from current case’s form based on value of second parameter.

Syntax

ToggleSection("sectionName","visible");

Function arguments

  • sectionName – (String) The name of the section to be shown or hidden
  • visible – (Boolean) true to show section, false to hide section.

Return value

This function returns Boolean.
This function always returns true

Examples

Example 1:
'GeneralSection’ section will be shown if value of 'show’ field is set to true, otherwise it will be hidden .

ToggleSection("GeneralSection",[show]);
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?