User Guide
190 Chapter 2: ColdFusion Tags
visible Optional;
Flash
Yes Flash format only: Boolean value specifying
whether to show the control. Space that would
be occupied by an invisible control is blank.
tooltip Optional;
Flash
Flash format only: text to display when the
mouse pointer hovers over the control.
onChange Optional;
Flash
ActionScript to run when the control changes
due to user action in the control.
autoWidth Optional;
applet
no • yes: sets column widths so that all columns
display within the grid width. Widths are equal
or the proportions are determined by the
relative
cfgridcolumn width attribute values.
Horizontal scroll bars are not available.
• no: sets columns to equal widths or the values
specified in the
cfgridcolumn width attributes.
vSpace Optional;
applet
Vertical space above and below the control, in
pixels.
hSpace Optional;
applet
Horizontal space to the left and right of the
control, in pixels.
align Optional;
applet
Alignment of the grid cell contents:
• Top
• Left
• Bottom
• Baseline
• Texttop
• Absbottom
• Middle
• Absmiddle
• Right
insert Optional;
applet
no • yes: users can insert row data in the grid; takes
effect only if
selectmode="edit".
• no
delete Optional;
applet
no • yes: users can delete row data from the grid;
takes effect only if
selectmode="edit".
• no
sort Optional;
applet
no Adds sort buttons to perform simple text sorts
on a user-selected column:
• yes: put sort buttons on the grid control.
• no
Independent of this setting, users can sort
columns by clicking the column head. If
selectMode="browse", the table cannot be
sorted.
Attribute Req/Opt;
Formats
Default Description