ZVON > References > XForms 1.0 Reference

Example 10

Possible renderings:

a list control, Vanilla, Strawberry, and Chocolate visible; Strawberry selected

checkboxes, Vanilla, Strawberry, Chocolate; Chocolate is selected

radio buttons, Vanilla, Strawberry, Chocolate; Strawberry is selected

a collapsed pull-down list; Vanilla is selected



Source code

<selectOne ref="icecream/flavor"> <caption>Flavor</caption> <choices> <item value="vanilla"><caption>Vanilla</caption></item> <item value="strawberry"><caption>Strawberry</caption></item> <item value="chocolate"><caption>Chocolate</caption></item> </choices> </selectOne>