An Opener widget can behave as an Overlay on small screen devices or as a Tooltip on large screen devices. You can manually add the Opener widget to a MobileDevice container by using the Items editor.
Derived base
dojox.mobile.Opener
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.
defaultWidth
The default width of the widget.
defaultHeight
This property specifies the default height of the widget.
ECA editor support
Property that can be configured for the Opener 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 Opener widget with the ECA editor
Function
Description
Applicable ECA part
hide()
Hide the widget without the transition animation.
Applicable ECA part: Actions
show(showOnTarget)
Show the tooltip or the overlay for the widget. Specify the showOnTarget value by using the ID of the widget, for which the tooltip or the overlay is to be displayed.