4.4.4 The TableLink tag
Description
This tag allows building of a clickable table column
Example
| Rendering |
|
XHTML settings | <bluage:TableLink id="tbl_goToUpdate" type="dynamic" tovalidate="true"> <a href="update.html"> <bluage:Image id="imgUpdate" type="static"> <img src="../_style/modifier.gif" alt="Update" width="20" height="20" border="0" /> </bluage:Image> </a> </bluage:TableLink> |
| Screen activity diagram |
|
| Entities Diagram | N/A |
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | TableLink |
| Description | Links included on a line within a dynamic table. The instance associated with the line (object value) is automatically transferred to the server after the click |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description |
| id | Y | Item ID |
| type | N | static or dynamic |
| tovalidate | Y | Indicates whether the action triggers validation or not: “true” (default value) or “false” |
| ajaxcall | N | Indicates whether there is an Ajax call or not: “true” or “false” (default value). |
| Showpopup | N | ID of the pop-up to display |
| initpopup | N | Allows indicating that an action is launched (server side) before the displaying of the pop-up: “true” or “false” (default value). |
| behaviour | N | continue : used for the pop-up links/tablelink to allow the launching of the action that triggered the pop-up display (for example: for a confirmation pop-up the « behaviour » of the « YES » link will have a « continue » value: approval of the user). cancel : to close the pop-up without executing the action reload : allows the reloading of the pop-up after the action has been executed popupWindow: Opens the target screen in a new modal window newWindow: Opens the target screen in a new window |


