Specifications
596
dom.source.pageDown()
Availability
Dreamweaver 4
Description
Moves the insertion point down the source view document, page by page. If content is already
selected, this function extends the selection page by page.
Arguments
{nTimes}, {bShiftIsDown}
• nTimes is the number of pages 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.pageUp()
Availability
Dreamweaver 4
Description
Moves the insertion point up the source view document, page by page. If content is already
selected, this function extends the selection page by page.
Arguments
{nTimes}, {bShiftIsDown}
• nTimes is the number of pages 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.previousWord()
Availability
Dreamweaver 4
Description
Moves the insertion point to the beginning of the previous word (or words, if specified) in the
source view. If content is already selected, this function extends the selection to the left.