Specifications
The Dreamweaver JavaScript API 419
Arguments
None.
Returns
A Boolean value that indicates whether there is any content selected that can be copied to the
Clipboard.
dreamweaver.canClipCut()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Cut operation.
Arguments
None.
Returns
A Boolean value that indicates whether there is any content selected that can be cut to the
Clipboard.
dreamweaver.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 the current document or the active pane in the Site panel; or, on the Macintosh, an text field
in a floating panel or dialog box.
dreamweaver.canDeleteSelection()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can delete the current selection. Depending on the window that
has focus, the deletion may occur in the Document window or the Site panel; or, on the
Macintosh, in an text field in a dialog box or floating panel.
Arguments
None.
Returns
A Boolean value that indicates whether the selection is a range (that is, not an insertion point).