Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 328

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 327
323
DREAMWEAVER API REFERENCE
Page content
Last updated 8/27/2013
Returns
Nothing.
Enabler
See “dreamweaver.canClipCut()” on page 503.
dreamweaver.clipPaste()
Availability
Dreamweaver 3. Added the strPasteOption argument in Dreamweaver 8.
Description
Pastes the contents of the Clipboard into the current document, dialog box, floating panel, or Site panel.
Arguments
{strPasteOption}
The strPasteOption argument, which is optional, specifies the type of paste to perform. Values include: "text",
"structured", "basicFormat", and "fullFormat".
Returns
Nothing.
Enabler
See “dreamweaver.canClipPaste()” on page 504.
Example
The following example pasts the contents of the Clipboard as text:
dw.clipPaste("text");
dreamweaver.getClipboardText()
Availability
Dreamweaver 3.
Description
Gets all the text that is stored on the Clipboard.
Arguments
{bAsText}
The bAsText Boolean value, which is optional, specifies whether the Clipboard content is retrieved as text. If
bAsText is a value of
true, the Clipboard content is retrieved as text. If bAsText is a value of false, the content
retains formatting. This argument defaults to
false.
Vista de pagina 327
1 2 ... 323 324 325 326 327 328 329 330 331 332 333 ... 532 533

Comentarios a estos manuales

Sin comentarios