Class fever.display.text.TextFieldType

Description

Enumeration of constant values used in setting the type property of the TextField class.

Field Index

DYNAMIC, INPUT

Field Detail

DYNAMIC

static public DYNAMIC:String
Used to specify a dynamic TextField. *

INPUT

static public INPUT:String
Used to specify an input TextField. *