Tabenabled (Textfield.tabenabled Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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 :
Specifies whether the text field is included in automatic tab ordering. It is
default.
If the
property is
tabEnabled
ordering. If the
tabIndex
ordering as well. If
tabEnabled
tab ordering, even if the
Availability: ActionScript 1.0; Flash Lite 2.0
Boolean
or
undefined
true
property is also set to a value, the object is included in custom tab
is
, the object is not included in automatic or custom
false
property is set.
tabIndex
, the object is included in automatic tab
by
undefined
TextField
683

Advertisement

Table of Contents
loading

Table of Contents