Chapter 1: ColdFusion Tags
205
FONTSIZE
Optional. Font size for label text measured in points.
ITALIC
Optional. Enter Yes for italicized label text, No for normal text. Default is No.
BOLD
Optional. Enter Yes for bold label text, No for medium text. Default is No.
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>
Example
<!--- This example shows how to use CFSLIDER
within CFFORM --->
<HTML>
<HEAD>
<TITLE>
CFSLIDER Example
</TITLE>
</HEAD>
<BODY bgcolor=silver>
<H3>CFSLIDER Example</H3>
<P>CFSLIDER, used within a CFFORM, can provide
additional functionality to Java-enabled browsers.
<P>Try moving the slider back and forth to see the
real-time value change. Then, submit the form to show
how CFSLIDER passes its value on to a new CF template.
<P>
<CFIF IsDefined("form.mySlider") is True>
<H3>You slid to a value of <CFOUTPUT>#mySlider#</CFOUTPUT></H3>
Try again!
</CFIF>
<CFFORM ACTION="cfslider.cfm" METHOD="POST" ENABLECAB="Yes">
1 <CFSLIDER NAME="mySlider" VALUE="12" LABEL="Actual Slider Value "
RANGE="1,100" ALIGN="BASELINE"
Содержание 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...