...
Checkbox Group is an array of check boxes referred through single name. For more information, refer Checkbox Group.
Features:
- It renders the plain text or property-driven text as caption and check boxes.
- It arranges the check boxes as per the predefined number of columns.
- It renders the check boxes from the following:
- Raw Keys, Raw Values
- Pre-configured Array Values
- It allows loading the check boxes in checked state before form load.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the Change and Click events.
...
...
Radio Group
The Radio Group is the array of Radio Buttons referred through a single name. For more information, refer Radio Group.
Features:
- It renders the plain text or property-driven text as caption and radios buttons.
- It arranges the radio buttons as per the predefined number of columns.
- It renders the radio values from the following:
- Raw Keys, Raw Values
- Pre-configured Array Values
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- Provides the Click event to handle the logic
...
- The View mode renders the chosen radio button as non-editable text.
Anchor _Toc389215486 _Toc389215486 _Toc408171977Anchor _Toc408171977
Combo
The Combo is a typical combo box field. For more information, refer Combo.
Features:
- It renders the plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left of the combo box.
- It provides the Mandatory and Conditional Mandatory Indicator.
- It allows adding the list values from the following:
- Pre-configured Array Values
- Data Driven Array values
- It allows indicating the null selection with the word 'Select'.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the Change event to handle the logic.
...
- If the Combo Box is blank, the View mode renders a double hyphen (--).
- If the user selected any value from the Combo Box, the View mode renders the value as non-editable text.
Anchor _Toc389215511 _Toc389215511 anchor_Toc408172002 _Toc408172002
Icon Combo
The Icon Combo item is a combo box with icons appearing adjacent to each list values. The icons of the list values appear from CSS-based configuration. For more information, refer Icon Combo.
Features:
- It renders plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left of the icon combo.
- It provides the Mandatory and Conditional Mandatory Indicators.
- It allows adding the list values from:
- Pre-configured Array Values
- Data Driven Array values
- It allows indicating no selection with the word 'Select'.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the Change event to handle the logic.
...
- If the Combo box is blank, the View mode renders a double hyphen (- -).
- If any value is selected from the Combo Box, the View mode renders the selected value as non-editable text.
Anchor _Toc463357362 _Toc463357362 anchor_Toc464469982 _Toc464469982
Auto Suggest
Auto Suggest is a field that auto-fills the values based on the user input with the pre-configured values. This item is a combo box but without the drop-down icon for data selection. For more information, refer Auto Suggest.
Features:
- It renders plain text or property-driven text as caption.
- It provides the Mandatory Indicator.
- It allows adding the list values from:
- Pre-configured Array Values
- Data Driven Array values
- It allows setting as visible or invisible and enabled or disabled.
...
- If the Auto Suggest is blank, the View mode renders a double hyphen (- -).
Anchor _Toc389215510 _Toc389215510 Anchor _Toc408172001 _Toc408172001
Item Selector
The Item Selector is a panel for multi-selection lists between unselected and selected group.The The Item selector returns the group of selected values in the same order as they were selected but the selected values can be manually reordered as well. For more information, refer Item Selector.
Features:
- It renders plain text or property-driven text as caption.
- It provides the Mandatory Indicator.
- It allows adding the list values from:
- Pre-configured Array Values
- Data Driven Array valuesValues
- It allows setting as visible or invisible and enabled or disabled.
- It provides the Change event to handle the logic.
...
The Lookup is a field for data lookup with text box. For more information, refer Lookup.
Features:
- It renders plain text or property-driven text as caption.
- It allows aligning the caption text on top or on left of the lookup field or inline to the lookup field.
- It provides the Mandatory and Conditional Mandatory indicator.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the pop-up Before Load and After Selection of data events.
- It provides editable lookup feature which allows you to filter the data for the pre-configured column in the lookup search widget.
...
- If the Lookup text box is blank, the View mode renders a double hyphen (- -).
- If the Lookup text box is not blank, the View mode renders the values as non-editable text.
Anchor _Toc389215506 _Toc389215506 Anchor _Toc408171997 _Toc408171997
Independent Lookup
The Independent Lookup is a data lookup item without text box. For more information, refer Independent Lookup.
Features:
- It renders plain text or property-driven text as caption.
- It provides the Mandatory and Conditional Mandatory indicator.
- It allows setting as visible or invisible, read-only, and enabled or disabled.
- It provides the Before Load and After Selection of data events.
...
In Edit Mode
- The Edit mode renders the Independent Lookup item as it is.
...
Color Picker is a simple color palette from which a color can be selected. For more information, refer Color Picker.
Slider Field
Slider enables the selection of a numeric value from a defined set of possible values. For more information, refer Slider Field.