The AlertModel class bead implements the org.apache.flex.core.IAlertModel and holds the properties
for an org.apache.flex.html.Alert such the buttons to use and message to display.
The label for the Cancel button in an Alert.
Implementation public function get cancelLabel():String public function set cancelLabel(value:String):void
flags
property
flags:uint
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Which buttons to display (see Alert for details).
A bitmask of Alert constants that describe
which buttons to show in the Alert..
Implementation public function get flags():uint public function set flags(value:uint):void
htmlMessage
property
htmlMessage:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The HTML message to display.
The message to be displayed by the Alert as HTML.
Implementation public function get htmlMessage():String public function set htmlMessage(value:String):void
htmlTitle
property
htmlTitle:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The HTML title for the Alert.
The title of the Alert as HTML.
Implementation public function get htmlTitle():String public function set htmlTitle(value:String):void
message
property
message:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The message to display.
The message to be displayed by the Alert.
Implementation public function get message():String public function set message(value:String):void
noLabel
property
noLabel:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The label to use for the NO button.
The label for the No button in an Alert.
Implementation public function get noLabel():String public function set noLabel(value:String):void
okLabel
property
okLabel:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The label to use for the OK button.
The label for the OK button in an Alert.
Implementation public function get okLabel():String public function set okLabel(value:String):void