Tab-enabled
From Frontal Wiki
Contents |
Purpose
This style sets the "tab enabled" mode of a visual element. ("Tab enabled" mode is a Flash feature as discussed in the Remarks below.)
Value
Either "true" or "false." The default value is not defined.
tab-enabled: true;
Remarks
"Tab enabled" mode is a Flash feature that determines if a visual element is in the tab order. For more details, see the Flash reference for InteractiveObject.tabEnabled.
If any of the following interactions are applied to a visual element, then buttonMode is set to true on the underlying Flash display object, mouseChildren is set to false and tabEnabled is set to true:
- onClick
- onDoubleClick
- onFocusIn
- onFocusOut
- onKeyDown
- onKeyFocusChange
- onKeyUp
- onMouseDown
- onMouseFocusChange
- onMouseMove
- onMouseOut
- onMouseOver
- onMouseUp
- onMouseWheel
- onRollOut
- onRollOver
Setting these properties thusly creates an intuitive mode of operation. If this is undesirable then set the following styles as needed:
- button-mode
- mouse-children
- tab-enabled
Can Be Applied To
This style can be applied to any visual element: