![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257101.webp)
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
".
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...