Specifications

503
dom.arrowRight()
Availability
Dreamweaver 3
Description
Moves the insertion point right the specified number of times.
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of times that the insertion point is to move right. If this argument is
omitted, the default is 1.
bShiftIsDown is a Boolean value that indicates whether to extend the selection. If this
argument is omitted, the default is
false.
Returns
Nothing.
dom.arrowUp()
Availability
Dreamweaver 3
Description
Moves the insertion point up the specified number of times.
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of times that the insertion point is to move up. If this argument is
omitted, the default is 1.
bShiftIsDown is a Boolean value that indicates whether to extend the selection. If this
argument is omitted, the default is false.
Returns
Nothing.
dom.backspaceKey()
Availability
Dreamweaver 3
Description
Equivalent to pressing the Backspace key a specified number of times. The exact behavior
depends on whether there is a current selection or only an insertion point.
Arguments
{nTimes}
nTimes
is the number of times that a Backspace operation is to occur. If the argument is omitted,
the default is 1.