User Guide
XMLUI object 523
Description
Method; closes the current XMLUI dialog box with a cancel state, which is equivalent to the
user clicking the Cancel button.
See also
fl.xmlui, document.xmlPanel(), xmlui.accept()
xmlui.get()
Availability
Flash MX 2004.
Usage
xmlui.get( controlPropertyName )
Parameters
controlPropertyName A string that specifies the name of the XMLUI property whose
value you want to retrieve.
Returns
A string that represents the value of the specified property. In cases where you might expect a
Boolean value of
true or false, it returns the string "true" or "false".
Description
Method; retrieves the value of the specified property of the current XMLUI dialog box.
Example
The following example returns the value of a property named "URL":
fl.xmlui.get("URL");
See also
fl.xmlui, document.xmlPanel(), xmlui.getControlItemElement(), xmlui.set()
xmlui.getControlItemElement()
Availability
Flash 8.
Usage
xmlui.getControlItemElement( controlPropertyName )