Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.
dhtml语法
defaults.tabStop(v) [ = bTabEnabled ]
DHTML可能的值
bTabEnabled | Boolean that
specifies or receives one of the following values.false | Default. Element cannot participate in tabbing. | true | Element can participate in tabbing. |
|
The property is read/write.
The property has a default value of
false.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
是否符合公共标准
There is no public standard that applies to this property.
Applies To
更多语法参考
introduction to viewlink, About Element Behaviors