| Pacote | flash.text |
| Classe | public final class TextFieldType |
| Herança | TextFieldType Object |
type property
of the TextField class.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| DYNAMIC : String = "dynamic" [static]
Used to specify a dynamic TextField.
| TextFieldType | ||
| INPUT : String = "input" [static]
Used to specify an input TextField.
| TextFieldType | ||
| DYNAMIC | Constante |
public static const DYNAMIC:String = "dynamic"
Used to specify a dynamic TextField.
| INPUT | Constante |
public static const INPUT:String = "input"
Used to specify an input TextField.