Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : SimpleDialog
  
SimpleDialog
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
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
hide()
Hide the widget without the transition animation.
Applicable ECA part: Actions
show()
Show the widget without the transition animation.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets