beautypg.com

Dom.clipcopytext(), Dom.clipcut(), Dom.clippaste() – Adobe Dreamweaver API Reference CS5 User Manual

Page 326

background image

321

DREAMWEAVER API REFERENCE

Page content

Last updated 8/27/2013

dom.clipCopyText()

Availability
Dreamweaver 3.

Description
Copies the selected text to the Clipboard, ignoring any HTML markup.

Arguments
None.

Returns
Nothing.

Enabler
See “

dom.canClipCopyText()

” on page 493.

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.