Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : Overlay
  
Overlay
An Overlay is a widget that slides the content up from the bottom when the Overlay is shown and slides down out of view when the Overlay is hidden. You can manually add the Overlay widget to a MobileDevice container by using the Items editor.
Derived base
dojox.mobile.Overlay
Properties
id
A unique ID string for the widget.
showHeading
true
This is the default value. A heading is displayed at the top of the view.
false
No heading is displayed initially.
defaultHeight
This property specifies the default height of the widget.
ECA editor support
Property that can be configured for the Overlay widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the Overlay widget with the ECA editor
hide()
Hide the widget without the transition animation.
Applicable ECA part: Actions
show()
Show the widget without the transition animation.
Applicable ECA part: Actions
See also
XUI Mobile widgets