User Guide

TextField 683
The following styles are applied to the text field. Save the following two CSS files in the same
directory as the FLA or ActionScript file you created previously:
// in styles.css
.important {
color: #FF0000;
}
.bold {
font-weight: bold;
}
.headline {
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight: bold;
display: block;
}
// in styles2.css
.important {
color: #FF00FF;
}
.bold {
font-weight: bold;
}
.headline {
color: #00FF00;
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight: bold;
display: block;
}
tabEnabled (TextField.tabEnabled property)
public tabEnabled : Boolean
Specifies whether the text field is included in automatic tab ordering. It is undefined by
default.
If the
tabEnabled property is undefined or true, the object is included in automatic tab
ordering. If the
tabIndex property is also set to a value, the object is included in custom tab
ordering as well. If
tabEnabled is false, the object is not included in automatic or custom
tab ordering, even if the
tabIndex property is set.
Availability: ActionScript 1.0; Flash Lite 2.0