DojoMobileListItem

The DojoMobileListItem widget displays the items in a DojoMobileList.

Properties

text
The text that displays on the list item.
imagePath
An icon that displays on the right of the item. The value can be either a path for an image file or a class name of a Dojo DOM button.
actionText
The right-aligned text that displays on the item.
actionView
The view that shows whether the item is clicked.
children
An array of child widgets.
actionTransition
The animation when you change to another view. The values can be DojoMobileLib.TRANSITION_SLIDE, DojoMobileLib.TRANSITION_FADE, and DojoMobileLib.TRANSITION_FLIP. The default setting is SLIDE.

Events

onClick
Specifies an event that occurs when the item is clicked.

Feedback