User Guide
458 Design
dom.removeSpacerFromColumn()
Availability
Dreamweaver 4.
Description
Removes the spacer image from a specified column and deletes the spacer row if there are no
more spacer images that Dreamweaver generated. This function fails if the current selection is
not a table or if the operation is not successful.
Arguments
colNum
■ The colNum argument 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 it’s set
to a fixed width at its current rendered width. This function fails if the current selection isn’t a
table or if the operation isn’t successful.
Arguments
colNum, bAutostretch
■ The colNum argument is the column to be automatically sized or set to a fixed width.
■ The bAutostretch argument specifies whether to set the column to autostretch (true) or
to a fixed width (
false).
Returns
Nothing.
000_DW_API_Print.book Page 458 Wednesday, July 20, 2005 11:58 AM