August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cfcol
<cftable>
[<cfcol>]
[<cfcol>]
...
</cftable>Used within a cftable block to define the column
header, including alignment, width, and text.
text="
text
"
The text to display in the column. The text
attribute can contain plain text, HTML, and CFML variables. Required.
align="Left|Right|Center"
The alignment for the header text. Valid entries
are Left, Right, and
Center.
header="
header_text
"
The text to use for the column’s header. Required if
the cftable
colheaders
attribute is used.
width="
width_in_characters
"
The width in characters for the column; a longer heading is truncated. The default width is 20 characters.