Dom.getshowlayouttabletabs(), Dom.getshowlayoutview(), Dom.getshowblockbackgrounds() – Adobe Dreamweaver API Reference CS5 User Manual
Page 417

412
DREAMWEAVER API REFERENCE
Design
Last updated 8/27/2013
Description
If the user clicks a menu button in the header of a table in Layout view and causes the table header menu to appear,
this function returns the index of the column that the user clicked. The result is undefined if the table header menu is
not visible.
Arguments
None.
Returns
An integer that represents the index of the column.
dom.getShowLayoutTableTabs()
Availability
Dreamweaver 4.
Description
Determines whether the current document shows tabs for layout tables in Layout view.
Arguments
None.
Returns
Returns
true
if the current document displays tabs for layout tables in Layout view;
false
otherwise.
dom.getShowLayoutView()
Availability
Dreamweaver 4.
Description
Determines the view for the current document; either Layout or Standard view.
Arguments
None.
Returns
Returns
true
if the current document is in Layout view;
false
if the document is in Standard view.
dom.getShowBlockBackgrounds()
Availability
Dreamweaver 8.