MACROMEDIA COLFUSION MX 7-CFML Quick Reference page 8

Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

HTML and CFML code
</cfdocument>
cfdocumentitem
<cfdocument ...>
Syntax 1
<cfdocumentitem type = "pagebreak"/>
Syntax 2
<cfdocumentitem
type = "header" or "footer">
Header/footer text
</cfdocumentitem>
</cfdocument>
cfdocumentsection
<cfdocument ...>
<cfdocumentsection
margintop = "number"
marginbottom = "number"
marginleft = "number"
marginright = "number">
HTML, CFML, and cfdocumentitem tags
</cfdocumentsection>
</cfdocument>
cfdump
<cfdump
var = "#variable#"
expand = "yes" or "no"
label = "text"
top = "number of rows or levels">
cfelse
<cfif expression>
HTML and CFML tags
<cfelseif expression>
HTML and CFML tags
<cfelse>
HTML and CFML tags
</cfif>
cfelseif
<cfif expression>
HTML and CFML tags
<cfelseif expression>
HTML and CFML tags
<cfelse>
HTML and CFML tags
</cfif>
cferror
<cferror
type = "a type"
template = "template_path"
mailTo = "email_address"
exception = "exception_type">
cfexecute
<cfexecute
name = "application name"
arguments = "command line arguments"
outputFile = "output filename"
variable = "variable name"
timeout = "timeout interval">
...
</cfexecute>
cfexit
<cfexit
method = "method">
cffile
<cffile
action = "append"
file = "full_path_name"
output = "string"
addNewLine = "yes" or "no"
attributes = "file_attributes_list"
mode = "mode"
charset = "charset_option" >
8
CFML Quick Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents