DojoMobileIconItem widget

A Dojo mobile icon item displays an icon that can respond to the user's click by showing a view.

Fields

imagePath
A string that represents either a fully qualified path to an image file or the class name of a DOM button
targetView
A value of type DojoMobileView: the view that is displayed when the icon is clicked.
text
A string that is displayed as a icon label.

Example

Use of this widget requires a statement like this:
import dojo.mobile.widgets.DojoMobileIconItem;