The array can contain a simple list of choices, or can contain objects of the form { title: 'titleString', value: 'value' }
.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : []
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "Multiselect"
Limits the end user to this many choices. Zero (the default) means there is no limit.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 0
If true
(the default), a 'Select All' button allows the end user to select all choices.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
UIMultiSelect (d.1.0)
Mixins: UITitleMixin, UIInputMixin, UIControlMixin
A multi-selection control, allowing the user to pick any number of items from a list of choices.