Whether multiple items can be selected. The default is false.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
The orientation of the categories. One of "vertical" (the default) or "horizontal".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "vertical"
The location of the category title. One of "top" (the default) or "right", "bottom", or "left".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "top"
no doc
Flags : Cached (Note this is uncached)
Expression : "ItemSelector"
The height of an item. The default is "60px".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "60px"
The orientation of the items. One of "horizontal" (the default) or "vertical".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "horizontal"
The alignment of the item title. One of "center" (the default) or "left", or "right".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "center"
The location of the item title. One of "bottom" (the default) or "right", "top", or "left".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "bottom"
The width of an item. The default is "60px".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "60px"
The collection of items. This is an array ItemSelectorCategorySpec
objects. The default an empty array.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : []
Whether to show a title for each item. The default is false.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
Whether the selected item should be highlighted. The default is true.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The layout style of the selector. One of "ribbon" (the default) or "list".
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "ribbon"
The number of items to show. The default is 10.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 10
The number of rows to show. The default is 3.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 3
UIItemSelector (d.1.0)
Mixins: UITitleMixin, UIInputMixin, UIControlMixin
no doc