dojox/mobile/RoundRectList
The dojox/mobile/RoundRectList provides a container for list items. The corners of the
list are displayed with a rounded appearance.
Each entry in the list corresponds to a dojox.mobile.ListItem instance. Programatically, a
new entry may be added with addChild(). All entries may be removed with
destroyDescendants().
The properties of this widget include:
• transition – The type of animation to perform when transitioning from one selected
child item to another.
• iconBase
• iconPos
• select – Whether and how a check mark associated with the selection in the list will be
shown. Options include:
◦ "multiple" – Multiple items may be selected
◦ "single" – Only a single item may be selected
◦ "" – No check mark will be shown
• stateful
• syncWithViews
• editable
• tag
See also:
• Working with Dojo Mobile Lists
• dojox/mobile/ListItem
• dojox/mobile/RoundRectCategory
dojox/mobile/ScrollablePane
This widget provides a scrollable area within a view. It supports touch oriented scrolling. It acts as
a container for other content.
Some of the key properties of this widget include:
• radius – The radius of the rounded corner mask.
• roundedCornerMask – If true, create a mask.
• height – The height of the pane (eg. "200px"). Can also take "inherit" and "auto".
Page 243
Comentários a estes Manuais