
435
DREAMWEAVER API REFERENCE
Design
Last updated 8/27/2013
• The bBeforeSelection argument is a Boolean value: true indicates that the columns should be inserted before the
column that contains the selection;
false otherwise.
Returns
Nothing.
Enabler
See “dom.canInsertTableColumns()” on page 497.
dom.insertTableRows()
Availability
Dreamweaver 3.
Description
This function inserts the specified number of table rows into the current table.
Arguments
numberOfRows, bBeforeSelection
• The numberOfRows argument is the number of rows to insert.
• The bBeforeSelection argument is a Boolean value: true indicates that the rows should be inserted above the row
that contains the selection;
false otherwise.
Returns
Nothing.
Enabler
See “dom.canInsertTableRows()” on page 497.
dom.mergeTableCells()
Availability
Dreamweaver 3.
Description
This function merges the selected table cells.
Arguments
None.
Returns
Nothing.
Enabler
See “dom.canMergeTableCells()” on page 498.
Komentarze do niniejszej Instrukcji