The following is the basic syntax of the buttongroup tag :
<RADIOBUTTON name=name>
where name identifies the button group programmatically.
The buttongroup tag can be expanded with the following elements:
<BUTTONGROUP name=name> <DATACLASS>class_name</DATACLASS> <ATTRIBUTE>attribute_name</ATTRIBUTE> </BUTTONGROUP> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<DATACLASS> | class_name | Expresses the state of the button group. |
<ATTRIBUTE> | attribute_name | Specifies
whether or not the button has been selected.
|