beautypg.com

Dom.source.startofdocument(), Dom.source.startofline(), Dom.source.toppage() – Adobe Dreamweaver API Reference CS5 User Manual

Page 489

background image

484

DREAMWEAVER API REFERENCE

Code

Last updated 8/27/2013

Returns
A Boolean value:

true

if successful;

false

otherwise.

dom.source.startOfDocument()

Availability
Dreamweaver 4.

Description
Places the insertion point at the beginning of the Code view document. If content is already selected, this function
extends the selection to the beginning of the document.

Arguments
bShiftIsDown

The bShiftIsDown argument is a Boolean value that indicates whether content is being selected. If bShiftIsDown is

true

, the content is selected.

Returns
Nothing.

dom.source.startOfLine()

Availability
Dreamweaver 4.

Description
Places the insertion point at the beginning of the current line. If content is already selected, this function extends the
selection to the beginning of the current line.

Arguments
bShiftIsDown

The bShiftIsDown argument is a Boolean value that indicates whether content is being selected. If bShiftIsDown is

true

, the content is selected.

Returns
Nothing.

dom.source.topPage()

Availability
Dreamweaver 4.