Sets or retrieves whether clicking a table row selects the contents for all cells in the row when using the rowover behavior.
Syntax
HTML <TABLE CLASS = "rowover" SELECTABLE = "0" | "1"...> Scripting [ "0" | "1" = ] oTable.selectable
Possible Values
0 Integer specifying that clicking a table row does not select the contents for all cells in the row. 1 Integer specifying that clicking a table row selects the contents for all the cells in the row. The property is read/write with a default value of 0.
Remarks
The selectable property is available only to objects participating in the rowover behavior.
Applies To
rowover