Specifications
595
dom.source.insert()
Description
Inserts the specified string into the source code at the specified offset from the beginning of the
source file. If the offset is not greater than, or equal to, zero, the insertion fails and the function
returns
false.
Arguments
offset, string
• offset is the offset from the beginning of the file where the string is to be inserted.
• string is the string to insert.
Returns
true if successful; false otherwise.
dom.source.nextWord()
Availability
Dreamweaver 4
Description
Moves the insertion point to the beginning of the next word (or words, if specified) in the Source
view. If content is already selected, this function extends the selection to the right.
Arguments
{nTimes}, {bShiftIsDown}
• nTimes is the number of words 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.outdentTextview()
Availability
Dreamweaver 4
Description
Moves selected source view text one tab stop to the left.
Arguments
None.
Returns
Nothing.