| GWC Template Language Reference / Template Paths - Layout hierarchies | |
Path: application/ui/window/form/group[name] or relative paths according to sequences.
Snippet ID: Group
Corresponding AUI Tree element: Group
The Group is a LayoutContainer.
This object value is rendered thru the Group snippet when invoked in a gwc:replace or gwc:content instruction.
| Fields (Attributes) | Type | Description |
|---|---|---|
| CID | Attribute (string) | The corresponding component identifier. |
| type | Attribute (string) | Type name of the component, that is Group. |
| text | Attribute (string) | Corresponds to the TEXT attribute in 4GL. |
| name | Attribute (string) | Group identifier. |
| hidden | Attribute (number) | Corresponds to the HIDDEN attribute in 4GL. |
| tag | Attribute (string) | Corresponds to the TAG attribute value. |
| style[ attribute-name ] | Attribute (string) | This selectable path will return the given attribute value inherited for this window. |
| decorationstyle[ attribute-name ] | Collection of DecorationStyleItem objects | This selectable path will return the given attribute value DecorationStyleItem object for this object. This object gives access to all pseudo-selector values for the given attribute. |
| decorationstyles | Collection of DecorationStylesItem objects | This path will return a DecorationStylesItem object for this window. This object gives access to all style attributes. |
| class | Attribute (string) | Corresponds to the STYLE attribute value. |
| fontPitch | Attribute (string) | Corresponds to the FONTPITCH attribute value in 4GL. |
| item | Object | A LayoutContainer object describing the content of the group. |
| ttyfontfamily | Attribute (string) | Font family. |