| GWC Template Language Reference / Template Paths - Layout hierarchies | |
Path:application/ui/window/form/vbox[name] or application/ui/window/form/hbox[name] or relative paths according to sequences.
Snippet ID: VBox or HBox
Corresponding AUI Tree element: VBox or HBox
The Box is a LayoutContainer.
This object value is rendered thru the VBox or HBox 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 VBox or HBox. |
| name | Attribute (string) | LayoutContainer 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. |
| items | Collection of LayoutContainer objects | A list of the layout element to render vertically or horizontally. |
| items/length | Attribute (number) | Number of items in the collection. |
| ttyfontfamily | Attribute (string) | Font family. |