Dom.inserttablerows(), Dom.mergetablecells() – Adobe Dreamweaver API Reference CS5 User Manual
Page 440

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.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.mergeTableCells()
Availability
Dreamweaver 3.
Description
This function merges the selected table cells.
Arguments
None.
Returns
Nothing.
Enabler
See “