Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : PopupPageDialog
  
PopupPageDialog
The PopupPageDialog widget is a dialog box. It is initially hidden. To show it, you must create a reference to the Popup Page state in a flow by specifying the PopupPageDialog in the Page property of the Popup Page State, and call the show() method of the PopupPageDialog. You can manually add the PopupPageDialog widget to a MobileDevice container by using the Items editor.
Properties
id
A unique ID string for the widget.
dialogWidth
This property specifies the width of the dialog box.
ECA editor support
Property that can be configured for the PopupPageDialog 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 PopupPageDialog 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