![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference Download Page 458](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054458.webp)
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
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...