tabEnabled (MovieClip.tabEnabled property)
public tabEnabled : Boolean
Specifies whether the movie clip is included in automatic tab ordering. It is
default.
If the
property is
tabEnabled
only if it defines at least one movie clip handler, such as
is
, the object is included in automatic tab ordering. If the
tabEnabled
true
property is also set to a value, the object is included in custom tab ordering as well.
If
is
tabEnabled
false
if the
property is set. However, if
tabIndex
include the movie clip's children in automatic tab ordering, even if
.
false
Availability: ActionScript 1.0; Flash Player 6
Example
The following example does not include
myMC1_mc.onRelease = function() {};
myMC2_mc.onRelease = function() {};
myMC3_mc.onRelease = function() {};
myMC2_mc.tabEnabled = false;
See also
onRelease (MovieClip.onRelease handler)
,
property)
tabChildren (MovieClip.tabChildren property)
(MovieClip.tabIndex property)
tabIndex (MovieClip.tabIndex property)
public tabIndex : Number
Lets you customize the tab ordering of objects in a movie. The
by default. You can set the
undefined
field instance.
If an object in a SWF file contains a
and the tab ordering is calculated from the
The custom tab ordering includes only objects that have
930
ActionScript classes
, the object is included in automatic tab ordering
undefined
, the object is not included in automatic or custom tab ordering, even
MovieClip.tabChildren
myMC2_mc
,
tabEnabled (TextField.tabEnabled property)
tabIndex
tabIndex
tabIndex
MovieClip.onRelease
tabEnabled
in the automatic tab ordering:
,
tabEnabled (Button.tabEnabled
,
tabIndex
property on a button, movie clip, or text
property, automatic tab ordering is disabled,
properties of objects in the SWF file.
properties.
tabIndex
by
undefined
. If
tabIndex
is
, you can still
true
is set to
tabIndex
property is
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?