This documentation is archived and is not being maintained.
tabstop attribute | tabStop property
Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.
Syntax
| HTML | <element tabstop="p" ... > |
| JavaScript | p = object.tabStop |
Property values
Type: Boolean
false (false)
-
Default. Element cannot participate in tabbing.
true (true)
-
Element can participate in tabbing.
See also
-
defaults
- Conceptual
-
Introduction to Viewlink
-
About Element Behaviors