|
|
|
Description
This component serves as a container for one item that is listed as
a choice in a wml:Select. A wml:Select offers a selection of choices
from which usersu may choose one or more items. The select list is
created using a select element which contains a collection of option
elements. A string or text describing the item appears between the
opening and closing option tags. |
See Also
wml:Go, wml:Select
|
Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
value |
String |
in |
yes |
|
The value attribute specifies the value to be used when setting
the name variable. When the user selects this option, the resulting
value specified in the value attribute is used to set the Select
element's name wml variable. |
Body: removed
Informal parameters: allowed
Reserved parameters: none
|
Examples
Please see the documentation for the wml:Select
component.
|