A Dojo mobile opener displays as either a modal box (a
tooltip, which is typical for small screens) or a non-modal box (an
overlay, which allows access to other widgets that are in the same
container as the Dojo mobile opener).
Fields and functions
Here are the fields:
- isModal
- A boolean value to indicate whether the widget is presented as
a modal box.
- children
- The list typically references a single widget of type DojoMobileView.
Here are functions:
- hideOpener
- Hides the mobile opener. The function does not take a parameter
or return a value.
- showOpener
- Shows the mobile opener. The function can receive a widget of
type DojoMobileBase? and does not return a value.
Example
Use of this widget requires a statement like this:
import dojo.mobile.widgets.DojoMobileOpener;