Click to return to the DHTML, HTML     
ro--shade-background Attr...     STRIPED Attribute | strip...     Behaviors Library    
Web Workshop  |  DHTML, HTML & CSS

SELECTABLE Attribute | selectable Property


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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
rowover


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.