Using ActionScript 3.0 Components |
|
|
|
| Using the UI Components > Using TextInput > TextInput parameters | |||
You can set the following authoring parameters for each TextInput component instance in
the Property inspector or the Component inspector: editable, displayAsPassword, maxChars, restrict, and text. Each of these parameters has a corresponding ActionScript property of the same name. For information on the possible values for these parameters, see the TextInput class in the ActionScript 3.0 Language and Components Reference.
You can write ActionScript to control these and additional options for the TextInput component using its properties, methods, and events. For more information, see the TextInput class in the ActionScript 3.0 Language and Components Reference.
|
|
|
|