User Guide

Clipboard functions 381
Example
If the Clipboard contains ABC Widgets, a call to dw.getDocumentDOM().clipPaste()
results in the following figure:
dom.clipPasteText() (deprecated)
Availability
Dreamweaver 3. Deprecated in Dreamweaver 8. Use the dom.clipPaste("text") function
instead.
Description
Pastes the contents of the Clipboard into the current document at the insertion point or in
place of the current selection. It replaces any linefeeds in the Clipboard content with
BR tags.
If the Clipboard contains HTML, it is not interpreted; angle brackets are pasted as
< and
>.
Arguments
None.
Returns
Nothing.
Enabler
See dom.canClipPasteText()” on page 553.
000_DW_API_Print.book Page 381 Wednesday, July 20, 2005 11:58 AM