Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
834
Chapter 40:  Building ColdFusion Applications Rapidly
Related topics 
Inserting ColdFusion radio buttons
You can visually insert a ColdFusion radio button into your form and set its properties. Use 
radio buttons when you want users to select only one choice from a set of options. Radio 
buttons are typically used in groups. All radio buttons in a group must have the same name.
This Dreamweaver enhancement is only available if you have access to a computer running 
ColdFusion MX 7 or later. For more information, see 
To visually insert ColdFusion radio buttons:
1.
Place the insertion point inside the form outline. 
2.
In the CFForm category of the Insert bar, click the CF Radio Button icon. 
A radio button appears in the ColdFusion form.
3.
In the Property inspector, set the radio button properties. 
For more information, click the Help icon in the Property inspector.
4.
To label the radio button, click beside it on the page and enter text for the label.
Related topics 
Inserting ColdFusion select boxes
You can visually insert a ColdFusion select box into your form and set its properties. A select 
box lets a visitor select one or more items from a list. Select boxes are useful when you have a 
limited amount of space, but need to display many items. They’re also useful when you want 
to control the values returned to the server. Unlike text fields, where users can type anything 
they want, including invalid data, with select boxes, you can set the exact values returned by a 
menu.
You can insert two types of select boxes into a form: a menu that “drops down” when the user 
clicks it, or a menu that displays a scrollable list of items that the user can select.
This Dreamweaver enhancement is only available if you have access to a computer running 
ColdFusion MX 7 or later. For more information, see