The SimpleDialog widget is a dialog box. It is initially hidden. To show it, you must create a reference to the widget and call the show() method. You can manually add the SimpleDialog widget to a MobileDevice container by using the Items editor.
Derived base
dojox.mobile.SimpleDialog
Properties
id
A unique ID string for the widget.
closeButton
false
This is the default value. No close button is displayed.
true
A close button is displayed in the upper-right corner of the dialog box.
ECA editor support
Event that can be configured for the SimpleDialog widget with the ECA editor
onCloseButtonClick
This event is called when the close button is clicked.
Property that can be configured for the SimpleDialog 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 SimpleDialog widget with the ECA editor