364
Chapter 17: Design
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
•
The
colNum
argument is the column to check for a spacer image.
Returns
Returns
true
if the specified column in the currently selected table contains a spacer image that
Dreamweaver generated;
false
otherwise.
000_DW_API_Print.book Page 364 Wednesday, August 20, 2003 9:14 AM
Summary of Contents for DREAMWEAVER MX 2004-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 24: ...24 Contents...
Page 32: ......
Page 70: ...70 Chapter 5 Fireworks Integration...
Page 76: ...76 Chapter 6 Flash Integration...
Page 116: ...116 Chapter 9 The JavaBeans API...
Page 140: ......
Page 152: ...152 Chapter 11 Application...
Page 218: ...218 Chapter 12 Workspace...
Page 248: ...248 Chapter 13 Site...
Page 292: ...292 Chapter 14 Document...
Page 378: ...378 Chapter 17 Design...
Page 430: ...430 Chapter 18 Code...
Page 486: ...486 Index...