User Guide

Clipboard functions 313
dom.clipCopyText()
Availability
Dreamweaver 3.
Description
Copies the selected text to the Clipboard, ignoring any HTML markup.
Arguments
None.
Returns
Nothing.
Enabler
dom.canClipCopyText()” on page 432.
dom.clipCut()
Availability
Dreamweaver 3.
Description
Removes the selection, including any HTML markup that defines the selection, to the Clipboard.
Arguments
None.
Returns
Nothing.
dom.clipPaste()
Availability
Dreamweaver 3.
Description
Pastes the contents of the Clipboard into the current document at the current insertion point or
in place of the current selection. If the Clipboard contains HTML, it is interpreted as such.
Arguments
None.
Returns
Nothing.
Enabler
dom.canClipPaste()” on page 433.
000_DW_API_Print.book Page 313 Wednesday, August 20, 2003 9:14 AM