User Guide
Table editing functions 373
dom.insertTableColumns()
Availability
Dreamweaver 3.
Description
This function inserts the specified number of table columns into the current table.
Arguments
numberOfCols
, bBeforeSelection
• The numberOfCols argument is the number of columns to insert.
• 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
“dom.canInsertTableColumns()” on page 436.
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
“dom.canInsertTableRows()” on page 437.
000_DW_API_Print.book Page 373 Wednesday, August 20, 2003 9:14 AM