| Attribute
|
Description
|
| Name |
The name for this gadget (unique to the section)
|
| Meta types |
A comma separated list of metatype names
|
| Type |
The type of control: Gadget (readonly)
|
| Gadget type |
The type of gadget: checklistview (readonly)
|
| Margin |
Margin size around the gadget
|
| Fixed width |
Fixed gadget width in pixels
|
| Fixed height |
Fixed gadget height in pixels
|
| Inline |
Render the gadget inline rather than it its own column (True | False)
|
| Stretch width |
Auto stretch the width of the gadget into the width of the section (True | False)
|
| Attribute
|
Description
|
| Data source |
The table and column that this CheckListView is bound to. If this checklist allows multiple selections, this should be a character column which will be updated with a comma separated list of selected items.
|
| Default |
An optional default value as an expression, e.g. "" or 0. You can use this to initialize a default variable such as m.m_listValue.
|
| GroupBox caption |
An optional caption for the GroupBox containing the CheckListView items
|
| Allow multiple selections |
Allow multiple selections (True | False)
|
| CSS style |
CSS style for the gadget (separate attributes with ; or use app:/filename.css)
|
| Row height |
Row height for the CheckListView items
|
| Font size |
Font size for the CheckListView items
|
| Background color |
The background color for the gadget
|
| Foreground color |
The foreground color for the gadget
|
| Attribute
|
Description
|
| Desktop |
Include this gadget in a Desktop client (True | False).
|
| Web |
Include this gadget in a Web client (True | False).
|
| Tablet |
Include this gadget in a Tablet client (True | False).
|
| Phone |
Include this gadget in a Phone client (True | False).
|
| UI States |
UI states that affect this gadget. Specify multiple states as a comma separated list.
|
| Initial UI state |
The initial UI state for this gadget.
|
| Readonly when |
Gadget is readonly at runtime if specified expression evaluates to true.
|
| Visible when |
Gadget is visible at runtime if specified expression evaluates to true.
|
| Display orientation |
Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape)
|
| Apply rules on change |
Apply UI presentation rules (Visible when and Readonly when) when data is changed interactively or when navigating records (True | False).
|