The Dreamweaver JavaScript API > Table editing functions > dom.increaseColspan() |
Availability
Dreamweaver 3.0
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 indicating whether the rows should be inserted above the row that contains the selection. |
Returns
Nothing.
Enabler