Specifications

605
Description
Increases the row span by one.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canDecreaseRowspan()” on page 412
dom.insertTableColumns()
Availability
Dreamweaver 3
Description
Inserts the specified number of table columns into the current table.
Arguments
numberOfCols, bBeforeSelection
numberOfCols is the number of columns to insert.
bBeforeSelection is a Boolean value that indicates whether the columns should be inserted
before the column that contains the selection.
Returns
Nothing.
Enabler
“dom.canInsertTableColumns()” on page 413
dom.insertTableRows()
Availability
Dreamweaver 3
Description
Inserts the specified number of table rows into the current table.
Arguments
numberOfRows, bBeforeSelection
numberOfRows is the number of rows to insert.
bBeforeSelection is a Boolean value that indicates whether the rows should be inserted
above the row that contains the selection.
Returns
Nothing.
Enabler
“dom.canInsertTableRows()” on page 414