Section¶
Section acts as a container for container items. You can add multiple section containers to a page to group different controls.
When assigning a rule to a property of Section, the rule will be passed an instance of the following proxy class as an argument:
Section Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| Caption | string |
No | |
| Controls | array |
No | |
| Visible | boolean |
No | true |
Caption¶
Displays a caption label at the header of the section.
- type:
string
Controls¶
The controls in the section container.
- type:
array
All items must be of the type:
Any following options needs to be fulfilled.
Option 1¶
Option 2¶
Option 3¶
Option 4¶
Option 5¶
Option 6¶
Option 7¶
Option 8¶
Option 9¶
Option 10¶
Option 11¶
Option 12¶
Option 13¶
Option 14¶
Visible¶
Set the visibility of this control.
- type:
boolean - default:
true