View comments | RSS feed

UIComponent.tabIndex

Availability

Flash Player 6 (6.0 79.0).

Edition

Flash MX 2004.

Usage

instance.tabIndex

Description

Property; a number indicating the tabbing order for a component in a document.

Example

The following code sets the value of tmp to the tabIndex property of the checkbox instance:

var tmp = checkbox.tabIndex;

Comments


student student said on Aug 21, 2005 at 3:22 PM :
If you want to set the tab order set that equal to a number.

var tmp = COMPONENT_INSTANCE_NAME.tabIndex = 1;
trace(tmp);

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/mx2004/main_7_2/00002919.html