Adobe Dreamweaver API Reference CS5 Manuale Utente Pagina 298

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 533
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 297
293
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
Description
Performs a Select All operation.
Note: In most cases, this function selects all the content in the active document. In some cases (for example, when the
insertion point is inside a table), it selects only part of the active document. To set the selection to the entire document,
use
dom.setSelection().
Arguments
None.
Returns
Nothing.
dom.setSelectedNode()
Availability
Dreamweaver 3.
Description
Sets the selected node. This function is equivalent to calling the dom.nodeToOffsets() function and passing the
return value to the
dom.setSelection() function.
Arguments
node, {bSelectInside}, {bJumpToNode}
The node argument is a text, comment, or element node in the document.
The bSelectInside argument, which is optional, is a Boolean value that indicates whether to select the innterHTML
of the node. This argument is relevant only if node is an element node, and it defaults to
false if it is omitted.
The bJumpToNode argument, which is optional, is a Boolean value that indicates whether to scroll the Document
window, if necessary, to make the selection visible. If it is omitted, this argument defaults to
false.
Returns
Nothing.
dom.setSelection()
Availability
Dreamweaver 3.
Description
Sets the selection in the document.
Vedere la pagina 297
1 2 ... 293 294 295 296 297 298 299 300 301 302 303 ... 532 533

Commenti su questo manuale

Nessun commento