Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 494 Bytes

File metadata and controls

21 lines (12 loc) · 494 Bytes

text.autoExpand

Availability

Flash MX 2004.

Usage

text.autoExpand

Description

Property; a Boolean value. For static text fields, a value of true causes the bounding width to expand to show all text. For dynamic or input text fields, a value of true causes the bounding width and height to expand to show all text.

Example

The following example sets the autoExpand property to a value of true:

fl.getDocumentDOM().selection[0].autoExpand = true;