Package | flash.text |
Class | public final class TextFieldType |
Inheritance | TextFieldType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
type
property
of the TextField class.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
DYNAMIC : String = "dynamic" [static]
Used to specify a dynamic TextField. | TextFieldType | ||
INPUT : String = "input" [static]
Used to specify an input TextField. | TextFieldType |
Constant Detail
DYNAMIC | Constant |
public static const DYNAMIC:String = "dynamic"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Used to specify a dynamic
TextField.
INPUT | Constant |
public static const INPUT:String = "input"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
Used to specify an input
TextField.
Fri Mar 19 2010, 02:45 AM -07:00