User Guide

Table editing functions 481
dom.getTableExtent()
Availability
Dreamweaver 3.
Description
This function gets the number of columns and rows in the selected table.
Arguments
None.
Returns
An array that contains two whole numbers. The first array item is the number of columns,
and the second array item is the number of rows. If no table is selected, nothing returns.
dom.increaseColspan()
Availability
Dreamweaver 3.
Description
This function increases the column span by one.
Arguments
None.
Returns
Nothing.
Enabler
See dom.canIncreaseColspan()” on page 557.
dom.increaseRowspan()
Availability
Dreamweaver 3.
Description
This function increases the row span by one.
000_DW_API_Print.book Page 481 Wednesday, July 20, 2005 11:58 AM