Button.tabEnabled
Availability
Flash Player 6.
Usage
my_btn.tabEnabled:Boolean
Description
Property; specifies whether
default.
If the
tabEnabled
ordering. If the
tabIndex
ordering as well. If
ordering, even if the
Example
The following ActionScript is used to set the
. However, all four buttons (
false
custom tab order using
included in a custom or automatic tab order because
To set the tab ordering for the four buttons, add the following ActionScript to Frame 1 of the
Timeline:
three_btn.tabEnabled = false;
two_btn.tabIndex = 1;
four_btn.tabIndex = 2;
three_btn.tabIndex = 3;
one_btn.tabIndex = 4;
Make sure that you disable keyboard shortcuts when you test the SWF file by selecting Control >
Disable Keyboard Shortcuts in the test environment.
See also
Button.tabIndex
is included in automatic tab ordering. It is
my_btn
property is
undefined
property is also set to a value, the object is included in custom tab
is
tabEnabled
false
property is set.
tabIndex
one_btn
. Although
tabIndex
,
MovieClip.tabEnabled
or
, the object is included in automatic tab
true
, the object is not included in automatic or custom tab
property for one of four buttons to
tabEnabled
,
,
two_btn
three_btn,
is set for
tabIndex
tabEnabled
,
TextField.tabEnabled
undefined
and
) are placed in a
four_btn
,
three_btn
three_btn
is set to
for that instance.
false
Button.tabEnabled
by
is not
159
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?