Package | flash.text |
Class | public final class TextFieldType |
Inheritance | TextFieldType Object |
Language version: | ActionScript 3.0 |
Runtime version: |
type
property
of the TextField class.
See also
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 |
DYNAMIC | constant |
public static const DYNAMIC:String = "dynamic"
Language version: | ActionScript 3.0 |
Runtime version: |
Used to specify a dynamic
TextField.
INPUT | constant |
public static const INPUT:String = "input"
Language version: | ActionScript 3.0 |
Runtime version: |
Used to specify an input
TextField.