Specifications

591
Returns
Nothing.
dom.source.arrowLeft()
Availability
Dreamweaver 4
Description
Moves the insertion point to the left in the current line of the Source view. If content is already
selected, this function extends the selection to the left.
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of characters 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.arrowRight()
Availability
Dreamweaver 4
Description
Moves the insertion point to the right in the current line of the Source view. If content is already
selected, this function extends the selection to the right.
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of characters 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.arrowUp()
Availability
Dreamweaver 4
Description
Moves the insertion point up the source view document, line by line. If content is already
selected, this function extends the selection line by line.