Description
A modal dialog window.
Known Subclasses
Known Direct Subclasses: alert
Details
Properties (4)
-
content_inset_bottom
-
<attribute name="content_inset_bottom" value="10" />
public var content_inset_bottom;
The bottom inset for the dialog contents from the edge of the
window inner frame.
-
content_inset_left
-
<attribute name="content_inset_left" value="14" />
public var content_inset_left;
The left inset for the dialog contents from the edge of the
window inner frame.
-
content_inset_right
-
<attribute name="content_inset_right" value="14" />
public var content_inset_right;
The right inset for the dialog contents from the edge of the
window inner frame
-
content_inset_top
-
<attribute name="content_inset_top" value="10" />
public var content_inset_top;
The top inset for the dialog contents from the edge of the window
inner frame.
Methods (2)
-
close()
-
-
open()
-
Opens the dialog (use this method, not setVisible). While the
dialog is open, the user will not be able to interact with other
windows or UI elements in the application.
LZX Synopsis
<class name="
modaldialog" extends="
windowpanel
">
<method name="
close
" />
</class>
JavaScript Synopsis
public
modaldialog extends
windowpanel
{
prototype public function
close
();
prototype public function
open
();
}