ActiveDocument Object
GotoNextEndTag
Syntax
GotoNextEndTag(wbSelect: WordBool): WordBool;
Boolean. Moves the next end tag, and selects it if
Description
no tag found.
GotoNextStartTag
Syntax
GotoNextStartTag(wbSelect: WordBool): WordBool;
Boolean. Moves the next starting tag and selects it if
Description
if no tag is found.
GotoPreviousEndTag
Syntax
GotoPreviousEndTag(wbSelect: WordBool): WordBool;
Description
Boolean. Moves the previous end tag and selects it if
if no tag is found.
Example
function Main(){
with (Application){
ActiveDocument.GotoPreviousEndTag(false);
}
}
GotoPreviousStartTag
Syntax
GotoPreviousStartTag(wbSelect: WordBool): WordBool;
Description
Boolean. Moves the previous starting tag and selects it if
False
Example
function Main(){
with (Application){
ActiveDocument.GotoPreviousStartTag(true);
}
}
Indent
Syntax
Indent();
Indents the current selection.
Description
if no tag is found.
is
. Returns
wbSelect
True
is
. Returns
wbSelect
True
is
. Returns
wbSelect
True
is
wbSelect
True
237
if
False
False
False
. Returns
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?