tabStop Attribute | tabStop Property

Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.

Syntax

[ bTabEnabled = ] object.tabStop [ = v ]

Possible Values

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.

DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are not supported in IE8 mode. For more information, see About Dynamic Properties.

Standards Information

There is no public standard that applies to this property.

Applies To

defaults, HTCElementBehaviorDefaults Constructor

See Also

Introduction to Viewlink, About Element Behaviors