User Guide

200 Chapter 2: ColdFusion Tags
mask optional;
Flash
A mask pattern that controls the character pattern
that the form displays or allows users to input and
sends to ColdFusion.
For columns with the currency
type attribute, the
mask specifies the currency symbol. ColdFusion MX
automatically inserts the character before the
numeric value.
For columns with text or numeric values,
mask
specifies the format to display or allow users to
input, as follows:
A = [A-Za-z]
X = [A-Za-z0-9]
9 = [0-9]
? = Any character
All other characters = ColdFusion inserts the literal
character.
If the column values are dates or timestamps,
ColdFusion uses the mask pattern to format the
selected date.
For details of the date/time mask format, see date/
time formats in mask attribute.
href Optional;
Applet
URL or query column name that contains a URL to
hyperlink each grid column with.
hrefKey Optional;
Applet
The query column to use for the value appended to
the
href URL of each column, instead of the
column’s value.
target Optional;
Applet
Frame in which to open link specified in
href.
headerFont Optional;
Applet
as specified
by
cfgrid
Column header font.
headerFontSize Optional;
Applet
as specified
by
cfgrid
Column header text size, in pixels.
headerItalic Optional;
Applet
as specified
by
cfgrid
yes: displays column header in italics.
no
headerBold Optional;
Applet
as specified
by
cfgrid
yes: displays header in bold.
no
headerTextColor Optional;
Applet
Color of grid control column header text.
Options: same as for the
textColor attribute.
headerAlign Optional;
Applet
as specified
by
cfgrid
Column header text alignment:
Left
Right
Center
Attribute Req/Opt;
Formats
Default Description