Chapter 1: ColdFusion Tags
77
A hex value can be entered in the form:
BGCOLOR="##
xxxxxx
"
where x is 0-9 or A-F. Use either two pound signs or no pound signs.
SELECTCOLOR
Optional. Background color for a selected item. See BGCOLOR for color options.
SELECTMODE
Optional. Selection mode for items in the grid control. Valid entries are:
•
Edit — Users can edit grid data.
•
Single — User selections are confined to the selected cell.
•
Row — User selections automatically extend to the row containing selected cell.
•
Column — User selections automatically extend to column containing selected
cell.
•
Browse — User can only browse grid data.
Default is Browse.
MAXROWS
Optional. Specifies the maximum number of rows you want to display in the grid.
NOTSUPPORTED
Optional. The text you want to display if the page containing a Java applet-based
CFFORM control is opened by a browser that does not support Java or has Java
support disabled. For example:
NOTSUPPORTED="<B> Browser must support Java
to view ColdFusion Java Applets</B>"
By default, if no message is specified, the following message appears:
<B>Browser must support Java to <BR>
view ColdFusion Java Applets!</B>
PICTUREBAR
Optional. Yes or No. When Yes, image buttons are used for the Insert, Delete, and
Sort actions rather than text buttons. Default is No.
INSERTBUTTON
Optional. Text to use for the Insert action button. The default is Insert.
DELETEBUTTON
Optional. Text to use for the Delete action button. The default is Delete.
SORTASCENDINGBUTTON
Optional. The text to use for the Sort button. The default is "
A -> Z
".
SORTDESCENDINGBUTTON
Optional. The text to use for the Sort button. The default is "
Z <- A
".
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...