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"
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...