MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 99

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags
ITALIC
Optional. Yes or No. Yes presents all grid control text in italic. Default is No.
BOLD
Optional. Yes or No. Yes presents all grid control text in boldface. Default is No.
HREF
Optional. URL to associate with the grid item or a query column for a grid that is
populated from a query. If HREF is a query column, then the HREF value that is
displayed is populated by the query. If HREF is not recognized as a query column,
it is assumed that the HREF text is an actual HTML HREF.
HREFKEY
Optional. The name of a valid query column when the grid uses a query. The
column specified becomes the Key no matter what the select mode is for the grid.
TARGET
Optional. Target attribute for HREF URL.
APPENDKEY
Optional. Yes or No. When used with HREF, Yes passes the CFGRIDKEY variable
along with the value of the selected tree item in the URL to the application page
specified in the CFFORM ACTION attribute. Default is Yes.
HIGHLIGHTHREF
Optional. Yes highlights links associated with a CFGRID with an HREF attribute
value. No disables highlight. Default is Yes.
ONVALIDATE
Optional. The name of a valid JavaScript function used to validate user input. The
form object, input object, and input object value are passed to the specified
routine, which should return True if validation succeeds and False otherwise.
ONERROR
Optional. The name of a valid JavaScript function you want to execute in the event
of a failed validation.
GRIDDATAALIGN
Optional. Enter Left, Right, or Center to position data in the grid within a column.
Default is Left.
GRIDLINES
Optional. Yes or No. Yes enables rules (lines) in the grid control, No suppresses row
and column rules. Default is Yes.
ROWHEIGHT
Optional. Enter a numeric value for the number of pixels to determine the
minimum row height for the grid control. Used with CFGRIDCOLUMN
75

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents