MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 157

For windows 95/98/nt4/2000
Table of Contents

Advertisement

Checkbox example
<CONTROL NAME="checkNoShading"TYPE="CheckBox" CAPTION=" No Shading"
RadioGroup control
The following table describes the RadioGroup control:
<CONTROL TYPE="RadioGroup" .../>
A set of radio buttons. This tag requires <ITEM> sub-tags that specify the list of radio
buttons. The item tag has CAPTION and VALUE attributes. CAPTION specifies the
caption of the radio button, VALUE specifies the underlying value for the option. The
SELECTED attribute specifies which radio options should be pre-selected.
Example:
<CONTROL NAME="radioTagOptions" TYPE="RadioGroup" WIDTH="200">
<ITEM CAPTION="option1" VALUE="Value1"/>
<ITEM CAPTION="option2" VALUE="Value2" SELECTED/>
<ITEM CAPTION="option3" VALUE="Value3"/>
</CONTROL>
RadioGroup example
<CONTROL NAME="radioNameConflict"
ANCHOR="numWidth" CORNER="NE" DOWN=4 RIGHT=20 WIDTH=MAXIMUM/
>
TYPE="RadioGroup" CAPTION="Radio One"
ANCHOR="lblAccept" CORNER="SW" DOWN=35
HEIGHT=MAXIMUM WIDTH=MAXIMUM
<ITEM VALUE="ERROR" CAPTION="ERROR – The file
will not be saved and ColdFusion will return
an error." SELECTED="TRUE"/>
<ITEM VALUE="SKIP" CAPTION="SKIP – Neither
saves the file nor throws an error."/>
<ITEM VALUE="OVERWRITE"
CAPTION="OVERWRITE -
165

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents