Specifications

518
dom.getClickedHeaderColumn()
Availability
Dreamweaver 4
Description
If the user clicked a menu button in the header of a table in Layout view, causing 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 while in Layout view.
Arguments
None.
Returns
Returns true if the current document displays tabs for layout tables while in Layout view; false
otherwise.
dom.getShowLayoutView()
Availability
Dreamweaver 4
Description
Determines the view for the current document, either Layout view 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.isColumnAutostretch()
Availability
Dreamweaver 4