MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 736

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

TextArea.maxChars
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.maxChars
Description
Property; the maximum number of characters that the text field can contain. A script may insert
more text than the
can enter. If the value of this property is
enter. The default value is
Example
The following example limits the number of characters a user can enter to 255:
myTextArea.maxChars = 255;
TextArea.maxHPosition
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.maxHPosition
Description
Property (read-only); the maximum value of
Example
The following code causes the text to scroll to the far right:
myTextArea.hPosition = myTextArea.maxHPosition;
See also
TextArea.vPosition
736
Chapter 6: Components Dictionary
property allows; the property indicates only how much text a user
maxChars
null
.
null
, there is no limit to the amount of text a user can
TextArea.hPosition
. The default value is 0.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents