Type
Type
Constant String ('single', 'multiple', 'radio', 'checkbox', 'hierarchy', 'hierarchy-applet', 'calendar', 'button', 'input' or 'constant')
Since
1.1
Description
There are different types of selectors from which you can choose one for each selector by changing this property:
- single: The selector is a simple drop-down box known from Windows and browsers. The user only can select one option.
- multiple: The selector is displayed as a list where the user can select multiple options.
- radio: The options are displayed as radio-buttons and the user only can select one option.
- checkbox: The options are display as check boxes where the user can select multiple options.
- input: The user can input a match-pattern (with the wildcards * and ?) and search within the options.
- constant: The selector is unchangeable.
- hierarchy: The user can navigate in a dimension-hierarchy and select one item.
- hierarchy_applet: The user can navigate in a dimensionhierarchy and select one item (this is an interactive applet).
- calendar: The user can single pick a date from an interactive calendar (this is an interactive applet).
- button: The user can select a single item with a button.
Examples
Type = "single"
Type = "multiple"
Type = "radio"
Type = "checkbox"
Type = "input"
Type = "constant"
Type = "button"
Type = "hierarchy"
Type = "hierarchy_applet"
Type = "calendar"
See also
Name, Text
