Specifications
604
dom.doDeferredTableUpdate()
Availability
Dreamweaver 3
Description
If the Faster Table Editing option is selected in the General preferences, it forces the table layout
to reflect recent changes without moving the selection outside the table. This function has no
effect if the Faster Table Editing option is not selected.
Arguments
None.
Returns
Nothing.
dom.getTableExtent()
Availability
Dreamweaver 3
Description
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
Increases the column span by one.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canIncreaseColspan()” on page 413
dom.increaseRowspan()
Availability
Dreamweaver 3