Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The IAlertModel interface describes the minimum set of properties
available to an Alert control. More sophisticated Alert controls
could have models that extend IAlertModel.
cancelLabel:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The label for the Cancel button in an Alert.
Implementation public function get cancelLabel():String
public function set cancelLabel(value:String):void
flags:uint
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
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:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The message to be displayed by the Alert as HTML.
Implementation public function get htmlMessage():String
public function set htmlMessage(value:String):void
htmlTitle:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The title of the Alert as HTML.
Implementation public function get htmlTitle():String
public function set htmlTitle(value:String):void
message:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The message to be displayed by the Alert.
Implementation public function get message():String
public function set message(value:String):void
noLabel:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The label for the No button in an Alert.
Implementation public function get noLabel():String
public function set noLabel(value:String):void
okLabel:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The label for the OK button in an Alert.
Implementation public function get okLabel():String
public function set okLabel(value:String):void
title:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The title of the Alert.
Implementation public function get title():String
public function set title(value:String):void
yesLabel:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The label for the Yes button in an Alert.
Implementation public function get yesLabel():String
public function set yesLabel(value:String):void
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00