MACROMEDIA COLFUSION MX 7-CFML Reference page 80

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

Advertisement

cfcol
Description
Defines table column header, width, alignment, and text. Used within a
Category
Data output tags
Syntax
<cfcol
header = "column_header_text"
width = "number_indicating_width_of_column"
align = "left" or "right" or "center"
text = "column_text">
See also
,
cfcontent
cfoutput
"Interacting with Remote Servers," in ColdFusion MX Developer's Guide
History
ColdFusion MX: Added the ability to construct dynamic
Attribute
Req/Opt
header
Required
width
Optional
align
Optional
text
Required
Usage
At least one
cfcol
adjacent in a page. The only tag that you can nest within the
cannot nest
cftable
To display the
cfcol header
attribute. If you specify either attribute without the other, the header does not display.
colHeader
No error is thrown.
80
Chapter 2: ColdFusion Tags
,
; "Performing file operations with cfftp" in Chapter 40,
cftable
Default
Description
Column header text. To use this attribute, you must also use the
cftable
20
Column width. If the length of data displayed exceeds this value,
data is truncated to fit. To avoid this, use an HTML
If the surrounding
width
truncate text; otherwise,
characters.
left
Column alignment:
• left
• right
• center
Double-quotation mark-delimited text; determines what to
display. Rules: same as for
hyperlinks, image references, and input controls.
tag is required within the
tags.
text, you must specify the
cfcol
attribute.
colHeaders
tag includes the
cftable
specifies the percent of the table width and it does not
width
cfoutput
tag. You must put
cftable
cftable
cfcol header
tag.
cftable
statements.
table
htmltable
specifies the number of
sections. You can embed
and
cfcol
cftable
tag is the
cfcol
and the
cftable
tag.
attribute,
tags
tag. You

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents