The DojoMobileList widget provides a container for the
list items and categories.
Properties
- style
- You can set the style property in the widget variable declaration
and onConstruction function. However, changing the style takes no
effect if the widget is initialized. The valid values are DojoMobileLib.LIST_STYLE_EDGE_TO_EDGE
and DojoMobileLib.LIST_STYLE_ROUNDED_RECTANGLE (default value).
- children
- An array of child widgets. The child widgets can only be of type
DojoMobileListItem and DojoMobileListCategory, otherwise the widgets
are ignored.
Events
- onClick
- Specifies an event that occurs when the icon is clicked.