Specifications
Chapter 31412
dom.canDecreaseRowspan()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Decrease Rowspan operation.
Arguments
None.
Returns
A Boolean value that indicates whether the current cell has a ROWSPAN attribute, and whether that
attribute’s value is greater than or equal to 2.
dom.canDeleteTableColumn()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Delete Column operation.
Arguments
None.
Returns
A Boolean value that indicates whether the insertion point is inside a cell, or if a cell or column is
selected.
dom.canDeleteTableRow()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Delete Row operation.
Arguments
None.
Returns
A Boolean value that indicates whether the insertion point is inside a cell, or if a cell or row is
selected.
dom.canEditNoFramesContent()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Edit No Frames Content operation.