Description
Property; a Boolean value that indicates whether the component is editable (
(
). The default value is
false
TextArea.hPosition
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.hPosition
Description
Property; defines the horizontal position of the text in the field. The default value is 0.
Example
The following code displays the leftmost characters in the field:
myTextArea.hPosition = 0;
TextArea.hScrollPolicy
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.hScrollPolicy
Description
Property; determines whether the horizontal scroll bar is always present (
(
), or appears automatically according to the size of the field (
"off"
is
.
"auto"
Example
The following code turns horizontal scroll bars on all the time:
text.hScrollPolicy = "on";
734
Chapter 6: Components Dictionary
.
true
) or not
true
), is never present
"on"
). The default value
"auto"
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers