Specifications

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