|
|
text.textType
AvailabilityFlash
MX 2004.
DescriptionProperty;
a string that specifies the type of text field. Acceptable values
are "static", "dynamic", and "input".
ExampleThe
following example sets the textType property to input:
fl.getDocumentDOM().selection[0].textType = "input";
|