MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 106

Cfml language reference
Table of Contents

Advertisement

82
BOLD
Optional. Yes or No. Yes presents text in the column in boldface. Default is No.
HREF
Optional. URL to associate with the grid item. You can specify a URL that is
relative to the current page:
../mypage.cfm
Or an absolute URL:
http://myserver.com/mydir/mypage.cfm.
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. The name of the frame in which to open the link specified in HREF.
SELECT
Optional. Yes or No. Yes allows end users to select a column in a grid control. When
No, the column cannot be edited, even if the CFGRID INSERT or DELETE
attributes are enabled. The value of the SELECT attribute is ignored if the CFGRID
SELECTMODE attribute is set to Row or Browse.
DISPLAY
Optional. Yes or No. Use to hide columns. Default is Yes to display the column.
TYPE
Optional. Enter Image, Numeric, or String_NoCase. When TYPE="Image", the grid
attempts to display an image corresponding to the value in the column, which can
be a built in ColdFusion image name, or an image of your choice in the
cfide\classes
in image names are as follows:
cd
computer
document
element
folder
floppy
fixed
remote
If an image is larger than the column cell where it is being placed, the images is
clipped to fit the cell.
directory or a subdirectory, referenced with a relative URL. Built-
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents