Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 357 Bytes

File metadata and controls

20 lines (12 loc) · 357 Bytes

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:

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