Textinput Component - MACROMEDIA DIRECTOR MX 2004-USING DIRECTOR Use Manual

Hide thumbs Also See for DIRECTOR MX 2004-USING DIRECTOR:
Table of Contents

Advertisement

Property summary for the TextArea class
Property
TextArea.editable
TextArea.hPosition
TextArea.hScrollPolicy
TextArea.html
TextArea.length
TextArea.maxChars
TextArea.maxHPosition
TextArea.maxVPosition
TextArea.password
TextArea.restrict
TextArea.text
TextArea.vPosition
TextArea.vScrollPolicy
TextArea.wordWrap
Event summary for the TextArea class
Event
TextArea.change

TextInput component

The TextInput is a single-line component that wraps the native ActionScript TextField object.
You can use styles to customize the TextInput component; when an instance is disabled its
contents display in a color represented by the "disabledColor" style. A TextInput component can
also be formatted with HTML, or as a password field that disguises the text.
You can use a TextInput component wherever you need a single-line text field. If you need a
multiline text field, use the
TextInput component as a password field in a form. You could set up a listener that checks if field
has enough characters when a user tabs out of the field. That listener could display an error
message indicating that the proper number of characters must be entered.
Description
A Boolean value indicating whether the field is editable (
not (
).
false
Defines the horizontal position of the text within the scroll pane.
Indicates whether the horizontal scroll bar is always on (
(
), or turns on when needed (
"off"
A flag that indicates whether the text field can be formatted with HTML.
The number of characters in the text field. This property is read-only.
The maximum number of characters that the text field can contain.
The maximum value of
The maximum value of
A Boolean value indicating whether the field is a password field (
not (
).
false
The set of characters that a user can enter into the text field.
The text contents of a TextArea component.
A number indicating the vertical scrolling position
Indicates whether the vertical scroll bar is always on (
(
), or turns on when needed (
"off"
A Boolean value indicating whether the text wraps (
Description
Notifies listeners that text has changed.
"TextArea component" on page
).S
"auto"
.
TextArea.hPosition
.
TextArea.vPosition
).S
"auto"
224. For example, you could use a
) or
true
), never on
"on"
true
), never on
"on"
) or not (
true
false
TextInput component
) or
).
225

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents