User Guide
cfgrid 191
href Optional;
applet
URL or name of a query column that contains
URLs to hyperlink each grid cell with.
target Optional;
applet
The target frame or window in which to display
the
href URL; for example, "_blank".
appendKey Optional;
applet
yes • yes: when used with
href, appends
"CFGRIDKEY=" and information about the
selected items. For details see “Using the href
attribute”.
• no
hrefKey Optional;
applet
A query column to use for the value appended to
the
href URL of each cell, if appendKey="True".
If you use
cfgridcolumn tags, the column must
be specified in one of these tags.
highlightHref Optional;
applet
yes • yes: highlights links associated with an
href
attribute value.
• no
onValidate Optional;
applet
A JavaScript function to validate user input. The
form object, input object, and input object value
are passed to the function, which must return
True if validation succeeds; False otherwise.
onError Optional;
applet
A JavaScript function to execute if validation
fails.
gridDataAlign Optional;
applet
Left • Left: left-aligns data within the column.
• Right: right-aligns data within the column.
• Center: centers data within the column.
rowHeaders Optional;
applet
yes • yes: displays a column of numeric row labels.
• no
rowHeaderAlign Optional;
applet
Left • Left: left-aligns the row header text.
• Right: right-aligns the row header text.
• Center: centers the row header text.
rowHeaderFont Optional;
applet
Font for the row labels.
rowHeaderFontSize Optional;
applet
Text size of the row labels, in points.
rowHeaderItalic Optional;
applet
no • yes: displays row label text in italics.
• no
rowHeaderBold Optional;
applet
no • yes: displays row label text in bold.
• no
rowHeaderTextColor Optional;
applet
Black Text color of grid control row headers.
• Options: same as for the
textColor attribute.
Attribute Req/Opt;
Formats
Default Description