EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Accept (Xmlui.accept Method); Cancel (Xmlui.cancel Method); Get (Xmlui.get Method); Set (Xmlui.set Method)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
XMLUI 1351
accept (XMLUI.accept method)
public static accept() : Void
Makes the current XMLUI dialog exit with an "accept" state. Identical to the user clicking the
OK button.
Availability: ActionScript 1.0; Flash Player 7
cancel (XMLUI.cancel method)
public static cancel() : Void
Makes the current XMLUI dialog exit with a "cancel" state. Identical to the user clicking the
Cancel button.
Availability: ActionScript 1.0; Flash Player 7
get (XMLUI.get method)
public static get(name:String) : String
Retrieves the value of the specified property of the current XMLUI dialog.
Availability: ActionScript 1.0; Flash Player 7
Parameters
name:String - The name of the XMLUI property to retrieve.
Returns
String - Returns the value of the property as a String.
set (XMLUI.set method)
public static set(name:String, value:String) : Void
Modifies the value of the specified property of the current XMLUI dialog.
Availability: ActionScript 1.0; Flash Player 7
Parameters
name:String - The name of the XMLUI property to modify.
value:String - The value to which the specified property will be set.

Table of Contents

Related product manuals