Specifications

520
Arguments
colNum
colNum
is the column from which to remove the spacer image.
Returns
Nothing.
dom.setColumnAutostretch()
Availability
Dreamweaver 4
Description
Switches a column between automatically sized or fixed width. If bAutostretch is true, the
column at the given index in the currently selected table is set to autostretch; otherwise its set to a
fixed width at its current rendered width. This function fails if the current selection isnt a table or
if the operation is not successful.
Arguments
colNum, bAutostretch
colNum is the column to be automatically sized or set to a fixed width.
bAutostretch specifies whether to set the column to autostretch (true) or to a fixed width
(
false).
Returns
Nothing.
dom.setShowLayoutTableTabs()
Availability
Dreamweaver 4
Description
Sets the current document to display tabs for layout tables whenever its in Layout view. This
function does not force the document into Layout view.
Arguments
bShow
bShow
indicates whether to display tabs for layout tables when the current document is in Layout
view. If
bShow is true, shows tabs; false otherwise.
Returns
Nothing.
dom.setShowLayoutView()
Availability
Dreamweaver 4