Adobe 38040334 - Dreamweaver CS3 User Manual page 366

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Description
Creates a 1-pixel-high transparent spacer image at the bottom of a specified column in the currently selected table.
This function fails if the current selection is not a table or if the operation is not successful.
Arguments
colNum
• The
argument is the column at the bottom of which the spacer image is created.
colNum
Returns
Nothing.
dom.createLayoutCell()
Availability
Dreamweaver 4.
Description
Creates a layout cell in the current document at the specified position and dimensions, either within an existing
layout table or in the area below the existing content on the page. If the cell is created in an existing layout table, it
must not overlap or contain any other layout cells or nested layout tables. If the rectangle is not inside an existing
layout table, Dreamweaver tries to create a layout table to house the new cell. This function does not force the
document into Layout view. This function fails if the cell cannot be created.
Arguments
left, top, width, height
• The
argument is the x position of the left border of the cell.
left
• The
argument is the y position of the top border of the cell.
top
• The
argument is the width of the cell in pixels.
width
• The
argument is the height of the cell in pixels.
height
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
DREAMWEAVER CS3
361
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents