CFCOL  
 
 

Defines table column header, width, alignment, and text. Always used inside a CFTABLE.

 
 
  Syntax  
 
<CFCOL HEADER="text"
    WIDTH="number"
    ALIGN="position"
    TEXT="text">

HEADER

The text to use for the column's header.

WIDTH

The width of the column in characters (the default is 20). If the length of the data displayed exceeds the width value, the data is truncated to fit.

ALIGN

Column alignment, Left, Right, or Center.

TEXT

Double-quote delimited text that determines what displays in the column. The rules for the text attribute are identical to the rules for CFOUTPUT sections, meaning that it can consist of a combination of literal text, HTML tags, and query record set field references. This means you can embed hyperlinks, image references, and even input controls within table columns.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.