4.2.4 The TextArea tag
Description
The « TextArea » tag allows display of a multiline text input zone.
Example
| Rendering |
|
XHTML settings | <bluage:TextArea id="adres" instancename="newContact" tablefield="Contact.address"> <textarea cols="40" rows="3" name="textarea"></textarea> </bluage:TextArea > |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | TextArea |
| Description | Form field allowing user to type several text lines. |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | Item’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 | Defines if an action is triggered by the component or not: “true” or “false” (default value). |



