454
Design
■
The
width
argument is the width of the cell in pixels.
■
The
height
argument is the height of the cell in pixels.
Returns
Nothing.
dom.createLayoutTable()
Availability
Dreamweaver 4.
Description
Creates a layout table in the current document at the specified position and dimensions,
either within an existing table or in the area below the existing content on the page. If the
table is created in an existing layout table, it cannot overlap other layout cells or nested layout
tables, but it can contain other layout cells or nested layout tables. This function does not
force the document into Layout view. This function fails if the table cannot be created.
Arguments
left
,
top
,
width
,
height
■
The
left
argument is the
x
position of the left border of the table.
■
The
top
argument is the
y
position of the top border of the table.
■
The
width
argument is the width of the table in pixels.
■
The
height
argument is the height of the table in pixels.
Returns
Nothing.
dom.doesColumnHaveSpacer()
Availability
Dreamweaver 4.
Description
Determines whether a column contains a spacer image that Dreamweaver generated. It fails if
the current selection is not a table.
Arguments
colNum
000_DW_API_Print.book Page 454 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...