366
Chapter 3: Objects
Description
Method; makes the current XMLUI dialog box exit with an accept state, which is equivalent to
the user clicking the OK button.
xmlui.cancel()
Availability
Flash MX 2004.
Usage
xmlui.cancel()
Parameters
None.
Returns
Nothing.
Description
Method; makes the current XMLUI dialog box exit with a cancel state, which is equivalent to the
user clicking the Cancel button.
xmlui.get()
Availability
Flash MX 2004.
Usage
xmlui.get(name)
Parameters
name
A string that specifies the name of the XMLUI property to retrieve.
Returns
A string value for 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.
xmlui.set()
Availability
Flash MX 2004.
Usage
xmlui.set( name, value)
Содержание FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Страница 1: ...Flash JavaScript Dictionary ...
Страница 16: ...16 Contents ...
Страница 40: ...40 Chapter 2 Top level functions ...
Страница 368: ...368 Chapter 3 Objects ...
Страница 386: ...386 Chapter 4 C Level Extensibility ...