Wednesday, January 21, 2009
Use HTML 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.
NOTE |
| Use check boxes when you want let users select more than one option. For more information, see Inserting HTML check boxes. |
To insert a group of radio buttons:
- Place the insertion point inside the form outline.
- Select Insert > Form > Radio Group.
The Radio Group dialog box appears.
- Complete the Radio Group dialog box and click OK.
For instructions, see Setting the Radio Group dialog box options.
Dream weaver inserts the radio button group within the HTML form. If you haven’t inserted a form on your page yet, Dream weaver inserts one for you. If you want, you can change the layout of the group. You can also edit the radio buttons using the Property inspector or directly in Code view.
To insert radio buttons one at a time:
- Place the insertion point inside the form outline.
- Insert a radio button by selecting Insert > Form > Radio Button.
A radio button appears in the document.
- In the Property inspector, set the radio button properties as desired.
For more information, see Setting radio button properties.
- To label the radio button, click beside the radio button on the page and type the label text.
0 comments:
Post a Comment