Specifications

The Dreamweaver JavaScript API 413
Arguments
None.
Returns
A Boolean value that indicates whether the current document is a frameset or within a frameset.
dom.canIncreaseColspan()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Increase Colspan operation.
Arguments
None.
Returns
A Boolean value that indicates whether there are any cells to the right of the current cell.
dom.canIncreaseRowspan()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Increase Rowspan operation.
Arguments
None.
Returns
A Boolean value that indicates whether there are any cells below the current cell.
dom.canInsertTableColumns()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Insert Column(s) operation.
Arguments
None.
Returns
A Boolean value that indicates whether the selection is inside a table. This function returns false
if the selection is an entire table.