Specifications

517
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
left is the x position of the left border of the table.
top is the y position of the top border of the table.
width is the width of the table in pixels.
height 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. This
function fails if the current selection is not a table.
Arguments
colNum
colNum
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.
dom.doesGroupHaveSpacers()
Availability
Dreamweaver 4
Description
Determines whether the currently selected table contains a row of spacer images that
Dreamweaver generated. This function fails if the current selection is not a table.
Arguments
None.
Returns
Returns true if the table contains a row of spacer images; false otherwise.