See also
,
_level
MovieClip.getDepth()
MovieClip.getNextHighestDepth()
MovieClip.tabChildren
Availability
Flash Player 6.
Usage
my_mc.tabChildren
Description
Property;
undefined
clip are included in automatic tab ordering. If the value of
a movie clip are not included in automatic tab ordering.
Example
A list box UI widget built as a movie clip contains several items. The user can click each item to
select it, so each item is a button. However, only the list box itself should be a tab stop. The items
inside the list box should be excluded from tab ordering. To do this, the
the list box should be set to
The
tabChildren
property affects only automatic tab ordering.
See also
Button.tabIndex
MovieClip.tabEnabled
Availability
Flash Player 6.
Usage
my_mc.tabEnabled
Description
Property; specifies whether
by default.
If
is
tabEnabled
least one button handler, such as
included in automatic tab ordering. If the
included in custom tab ordering as well.
If
is
tabEnabled
the
property is set. However, if
tabIndex
children can still be included in automatic tab ordering, even if
536
Chapter 12: ActionScript Dictionary
,
MovieClip.getInstanceAtDepth()
by default. If
tabChildren
.
false
property has no effect if the
,
MovieClip.tabEnabled
is included in automatic tab ordering. It is
my_mc
, the object is included in automatic tab ordering only if it defines at
undefined
MovieClip.onRelease
, the object is not included in automatic or custom tab ordering, even if
false
is
or
undefined
tabChildren
property is used; the
tabIndex
,
MovieClip.tabIndex
. If
tabEnabled
property is also set to a value, the object is
tabIndex
MovieClip.tabChildren
tabEnabled
,
, the children of a movie
true
is
, the children of
false
property of
tabChildren
tabChildren
,
TextField.tabIndex
undefined
is
, the object is
true
is
, the movie clip's
true
is
.
false
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?