4.2.2 The Label tag
DescriptionIt defines a « Label » associated to an item of the page. The Label allows to point the cursor at the associated Textfield and to tick a « radio » or « checkbox » item by clicking on the attached text.
Example
| Rendering |
|
XHTML settings | <bluage:Label id = "lbl_contact_single" forid="contact_single"> <label>Single</label> </bluage:Label> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | Label |
| Documentation | Defines a « Label » associated with an item of the page. The Label allows pinting the cursor at the associated Textfield and ticking a « radio » or « checkbox » item by clicking on the attached text. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | Label’s ID |
| forid | N | Corresponding component’s ID (textfield, radio…) (for id) |


