SELECTABLE Attribute | selectable Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves whether clicking a table row selects the contents for all cells in the row when using the rowover behavior.

Syntax

XML <ELEMENT SELECTABLE = bSelectable... >
Scripting [ bSelectable = ] rowover.selectable

Possible Values

bSelectable Boolean that specifies or receives one of the following values.
0
Default. Specifies that selecting a table row does not select the contents for all cells in the row.
1
Specifies that selecting a table row selects the contents for all the cells in the row.

The property is read/write. The property has a default value of 0.

Remarks

The selectable property is available only to objects participating in the rowover behavior.

Applies To

rowover