Tabenabled (Movieclip.tabenabled Property); Tabindex (Movieclip.tabindex 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

tabEnabled (MovieClip.tabEnabled property)

public tabEnabled :
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
clip's children can still be included in automatic tab ordering, even if
Availability: ActionScript 1.0; Flash Lite 2.0
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 :
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
Boolean
, the object is included in automatic tab ordering
undefined
, the object is not included in automatic or custom tab ordering, even
myMC2_mc
,
tabEnabled (TextField.tabEnabled property)
Number
tabIndex
tabIndex
tabIndex
MovieClip.onRelease
MovieClip.tabChildren
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.
tabIndex
by
undefined
. If
tabIndex
is
, the movie
true
is
tabEnabled
false
,
tabIndex
property is
properties.
MovieClip
.
517

Advertisement

Table of Contents
loading

Table of Contents