User Guide
420 Chapter 18: Code
dom.source.scrollEndFile()
Availability
Dreamweaver 4.
Description
Scrolls the Code view to the bottom of the document file without moving the insertion point.
Arguments
None.
Returns
Nothing.
dom.source.scrollLineDown()
Availability
Dreamweaver 4.
Description
Scrolls the Code view down line by line without moving the insertion point.
Arguments
nTimes
• The nTimes argument is the number of lines to scroll. If nTimes is omitted, the default is 1.
Returns
Nothing.
dom.source.scrollLineUp()
Availability
Dreamweaver 4.
Description
Scrolls the Code view up line by line without moving the insertion point.
Arguments
nTimes
• The nTimes argument is the number of lines to scroll. If nTimes is omitted, the default is 1.
Returns
Nothing.
000_DW_API_Print.book Page 420 Wednesday, August 20, 2003 9:14 AM