text.textType

#### Availability

Flash MX 2004.

#### Usage

text.textType

#### Description

Property; a string that specifies the type of text field. Acceptable values are "static", "dynamic", and "input".

#### Example

The following example sets the textType property to input:

javascript
fl.getDocumentDOM().selection[0].textType = "input";