Specifications

597
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of words that the insertion point is to move. If nTimes 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.replaceRange()
Availability
Dreamweaver 4
Description
Replaces the range of source text between startOffset and endOffset with string. If
startOffset is greater than endOffset or if either offset is not a positive integer, it does nothing
and returns
false. If endOffset is greater than the number of characters in the file, it replaces
the range between
startOffset and the end of the file. If both startOffset and endOffset are
greater than the number of characters in the file, it inserts the text at the end of the file.
Arguments
startOffset, endOffset, string
startOffset is the offset that indicates the beginning of the block to replace.
endOffset is the offset that indicates the end of the block to replace.
string is the string to insert.
Returns
true if successful; false otherwise.
dom.source.scrollEndFile()
Availability
Dreamweaver 4
Description
Scrolls the Source view to the bottom of the document file without moving the insertion point.
Arguments
None.
Returns
Nothing.
dom.source.scrollLineDown()
Availability
Dreamweaver 4