Chapter 1: ColdFusion Tags
75
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
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...