| GWC Template Language Reference / Template Paths - Layout hierarchies | |
Path: table/action
Snippet ID: TableAction
Corresponding AUI Tree element:
The TableAction is a sub-object of Table object that represent the action to activate when the user double-click on a table row.
This object value is rendered thru the TableAction snippet when invoked in a gwc:replace or gwc:content instruction.
| Fields (Attributes) | Type | Description |
|---|---|---|
| CID | Attribute (number) | Component identifier. |
| DID Deprecated ! | Attribute (integer) | Dialog identifier. This path is deprecated use XDID path or makeValueIDID function instead. |
| IDID | Attribute (string) | Dialog identifier in inclusive format. |
| XDID | Attribute (string) | Dialog identifier in exclusive format. |
| id | Attribute (integer) | Object identifier. |
| type | Attribute (string) | Type name of the component, that is TableAction. |
| name | Attribute (string) | Action name. |
| text | Attribute (string) | Text displayed for the Action. |
| image | Attribute (string) | Image associated to the Action. |
| comment | Attribute (string) | Comment for the Action. |
| isActive | Attribute (boolean) | True if the Action is active. |
| hidden | Attribute (number) | Corresponds to the HIDDEN attribute in 4GL. |
| tag | Attribute (string) | Value of the TAG attribute. |
| acceleratorName | Attribute (string) | First accelerator name. |
| acceleratorName2 | Attribute (string) | Second accelerator name. |
| acceleratorName3 | Attribute (string) | Third accelerator name. |
| acceleratorName4 | Attribute (string) | Fourth accelerator name. |
| islocal | Attribute (boolean) | True if the action is a front-end local action. False otherwise |