Specifications
The Dreamweaver JavaScript API 391
dreamweaver.clipCut()
Availability
Dreamweaver 3
Description
Removes the selection from the active Document window, dialog box, floating panel, or Site
panel to the Clipboard.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.canClipCut()” on page 419
dreamweaver.clipPaste()
Availability
Dreamweaver 3
Description
Pastes the contents of the Clipboard into the current document, dialog box, floating panel, or Site
panel.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.canClipPaste()” on page 419
dreamweaver.getClipboardText()
Availability
Dreamweaver 3
Description
Gets all the text that is stored on the Clipboard.
Arguments
{bAsText}
{bAsText}
is a Boolean value that specifies whether the Clipboard content is retrieved as text. If
bAsText is true, the Clipboard content is retrieved as text. If bAsText is false, the behavior is
the same as in Dreamweaver 3. This argument defaults to
false.