TextField.condenseWhite

Availability

Flash Player 6.

Usage

my_txt.condenseWhite

Description

Property; a Boolean value that specifies whether extra white space (spaces, line breaks, and so on) in an HTML text field should be removed when the field is rendered in a browser. The default value is false.

If you set this value to true, you must use standard HTML commands such as <BR> and <P> to place line breaks in the text field.

If my_txt.html is false, this property is ignored.

See also

TextField.html