DojoMobileList

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.
Note: To import the selected sample, you must install and use the local help.
Related reference:
EGL mobile widget base class
Related information:
Developing with the EGL Dojo mobile widgets
Rich UI Handler part
DojoMobileListItem
DojoMobileListCategory
Local help content installations
Importing EGL Dojo mobile widgets sample
Importing EGL Dojo mobile widgets runtime

Feedback