MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificaciones Pagina 592

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 591
592
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of lines that the insertion point is to move. If the nTimes argument is
omitted, the default is 1.
bShiftIsDown is a Boolean value that indicates whether content is being selected. If
bShiftIsDown is true, the content is selected.
Returns
Nothing.
dom.source.balanceBracesTextview()
Availability
Dreamweaver 4
Description
Source view extension that enables parentheses balancing. You can call
dom.source.balanceBracesTextview() to extend a currently highlighted selection or insertion
point from the start of the surrounding parenthetical statement to the end of the statement to
balance the following characters:
[], {} and (). Subsequent calls expand the selection through
further levels of punctuation nesting.
Arguments
None.
Returns
Nothing.
dom.source.endOfDocument()
Availability
Dreamweaver 4
Description
Places the insertion point at the end of the current source view document. If content is already
selected, this function extends the selection to the end of the document.
Arguments
bShiftIsDown
A Boolean value that indicates whether content is being selected. If bShiftIsDown is true, the
content is selected.
Returns
Nothing.
dom.source.endOfLine()
Availability
Dreamweaver 4
Vista de pagina 591
1 2 ... 587 588 589 590 591 592 593 594 595 596 597 ... 691 692

Comentarios a estos manuales

Sin comentarios