Chapter 1: ColdFusion Tags
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 "
SORTDESCENDINGBUTTON
Optional. The text to use for the Sort button. The default is "
77
".
A -> Z
".
Z <- A
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