Specifications
The Dreamweaver JavaScript API 411
Returns
A Boolean value that indicates whether the clipboard contains any content that can be pasted into
Dreamweaver as text.
dom.canConvertLayersToTable()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Convert Layers to Table operation.
Arguments
None.
Returns
A Boolean value that indicates whether all content in the BODY of the document is contained
within layers.
dom.canConvertTablesToLayers()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Convert Tables to Layers operation.
Arguments
None.
Returns
A Boolean value that indicates whether all the content in the BODY of the document is contained
within tables, and the document is not based on a template.
dom.canDecreaseColspan()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Decrease Colspan operation.
Arguments
None.
Returns
A Boolean value that indicates whether the current cell has a COLSPAN attribute, and whether that
attribute’s value is greater than or equal to 2.