Specifications
Chapter 31410
dom.canArrange()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Bring to Front or Move to Back operation.
Arguments
None.
Returns
A Boolean value that indicates whether a hotspot is selected.
dom.canClipCopyText()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Copy as Text operation.
Arguments
None.
Returns
A Boolean value that indicates whether the selection is a range (that is, not an insertion point).
dom.canClipPaste()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Paste operation.
Arguments
None.
Returns
A Boolean value that indicates whether the Clipboard contains any content that can be pasted
into Dreamweaver.
dom.canClipPasteText()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Paste as Text operation.
Arguments
None.