4.2.1The TextField tag
BLU AGETM - BLU AGE 2009 EDITION
4.2.1The TextField tag
Description
The « Textfield » tag used to display a text input zone.
Example
| Rendering |
|
XHTML settings | <bluage:TextField id="txt_givenName" tablefield="Contact.givenName" instancename="newContact" action="true"> <input id="givenName" type="text" class="subHeader" size="50" /> </bluage:TextField> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | TextField |
| Description | Text input zone (input type='text') |
| 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). |
| Validation (As of ver 3.5.0) | N | Defines whether to activate the validation. e.g.: Validation=”generated” to activate static validation. |


