4.2.7 The radio tag
Description
The « radio » tag allows adding a radio button on a page.
Example
| Rendering |
|
XHTML settings | <bluage:Radio id="rd_statut" instancename="newContact" tablefield="Contact.retired" value=" true"> <input name="radiobutton" type="radio" value="true" /> </bluage:Radio> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | Radio |
| Description | Only one radio command. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | component’s ID |
| tablefield | Y | Shows the class and the field bound to the component. |
| instancename | N | Object instance name. |
| scope | N | Instance scope: request (default value) or session. |
| action | N | Allows to define if an action is triggered by the component or not: “true” or “false” (default value). |
| value | Y | Value to allocate in case the radio command is ticked. |
| Radio buttons with the same « name » attribute value belong to the same group. |



