MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 592

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 591
1 2 ... 587 588 589 590 591 592 593 594 595 596 597 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag