Specifications

Chapter 31414
dom.canInsertTableRows()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Insert Row(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.
dom.canMakeNewEditableRegion()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a New Editable Region operation.
Arguments
None.
Returns
A Boolean value that indicates whether the current document is a template (.dwt) file.
dom.canMarkSelectionAsEditable()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Mark Selection as Editable operation.
Arguments
None.
Returns
A Boolean value that indicates whether there is a selection, and whether the current document is a
template (.dwt) file.
dom.canMergeTableCells()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Merge Cells operation.