165
Checkbox example
<CONTROL NAME="checkNoShading"TYPE="CheckBox" CAPTION=" No Shading"
ANCHOR="numWidth" CORNER="NE" DOWN=4 RIGHT=20 WIDTH=MAXIMUM/
>
RadioGroup control
The following table describes the RadioGroup control:
RadioGroup example
<CONTROL NAME="radioNameConflict"
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 -
<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>
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...