Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : Heading
  
Heading
A Heading widget is used to display the title of the current view at the top of the view. It can also contain the navigation or function buttons.
Derived base
dojox.mobile.Heading
Properties
id
A unique ID string for the widget.
back
This property specifies the label for the navigational button to be displayed on the Heading widget. If you leave this property blank, no navigational button is displayed on the Heading widget.
label
The text to be displayed as the label of the widget.
moveTo
The id of the transition destination view.
ECA editor support
Properties that can be configured for the Heading widget with the ECA editor
back
This property specifies the label for the navigational button to be displayed on the Heading widget. If you leave this property blank, no navigational button is displayed on the Heading widget.
Applicable ECA part: Actions
label
The text to be displayed as the label of the widget.
Applicable ECA part: Expression in Condition, Actions
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Function that can be configured for the Heading widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets