FLASH COMPONENTS - FLASH EXTENSIONS - Create Applications, Presentations, Animations or other Dynamic content using Flash Helper Components, Flash Fading UI Components or Flash Free Style Helper Components.
|
|
 |
 |
| |
| HELPER COMPONENTS - FLASH COMPONENTS - FLASH EXTENSIONS |
|
| TAB ORDER - HELPER COMPONENTS - FLASH COMPONENTS |
|
|
 |
DESCRIPTION |
| |
 |
|
|
You need to upgrade your Flash Player
This is replaced by the Flash content.
|
|
|
Tab
Order component is HELPER COMPONENT.
Component is made to help in creating tab order. All parameters
of Tab Order component can be controlled thru
Property Inspector, or by Action Script. For more
information's on how to control or extend component with
Action Script see Helper Components AS Help Files.
|
|
PRICE: $2.49 | | | |
|
| |
| PROPERTY
INSPECTOR OPTIONS |
These options are available in
property inspector.
| Properties |
Values |
Description |
| |
|
|
|
Path
to text fields or buttons. |
| 2.
Disabled Tab Instances |
[txt5,
txt6, button1] |
Path
to text fields or buttons. |
| 3.
Default Text Field |
txt1 |
Text
field or button that will be selected. |
| 4.
Button Rectangle |
false |
Enables/disables
rectangle around focused button. |
| 5.
Enabled |
true |
Enables/disables
component instance. |
| 6.
TO ICON VISIBLE |
false |
Shows/hides
component instance icon. |
Start/stop Tab Order...
myButton.onRelease
= function()
{
componentInstance.startTabOrder();
};
If you need to focus text fields or buttons that are placed in another movie clip,
example:
_root.movie1.movie2.textField;
than you need to enable "tab children"
_root.movie1.tabChildren = true;
_root.movie1.movie2.tabChildren = true;
and then you can place in property inspector path to
"Enabled Tab Instances" or "Disabled Tab
Instances"
_root.movie1.movie2.textField;
|
|
|
|
|
 |