IconContainer
An IconContainer widget can contain multiple icons.
Derived base
dojox.mobile.IconContainer
Properties
iconBase
The default path of the icon for the child items.
single
false
This is the default value. Connections of multiple icons can be opened at a time.
true
The connection of only one icon can be opened at a time.
transition
The animated transition effect for the widget.
dataName
The name of a data element to which the widget is bound. If no data to be sent to the server, leave this property blank.
listValue
The name of the iColl that is defined to load data for the list items.
labelField
The field name in iColl for the item label on the left side.
valueField
The field name in iColl for submitting a value.
iconField
The field name in the listValue property for the icon path of the icon item.
transitionDir
1
This is the default value. Transition forward.
-1
Transition backward.
postDataScope
all
This is the default value. All data in the flow is submitted.
current
The data in the current view is submitted.
none
No data is submitted.
Items
An IconContainer widget can contain multiple IconItem widgets. See
IconItem for details about the IconItem widget.
See also