DojoMobileTab widget

A Dojo mobile tab displays a tab within a Dojo mobile tab container.

Fields

deSelectedIcon
Icon to show on the tab when the tab loses focus. The value is optional.
selectedIcon
Icon to show on the tab when the tab gains focus. The value is optional, and the icon is displayed only on Android devices.
title
The string that is displayed at the top of the tab. The value is optional.

Other supported fields are described in “Rich UI widget fields.”

Events

onTabSelected
The event that occurs when the tab is selected.

Functions

No functions are specific to this widget type. For functions that are typically supported, see "Rich UI widget functions."

Example

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