| GWC Template Language Reference / Template Paths - Layout hierarchies | |
Path: application/ui/window/form/folder[name] or relative paths according to sequences.
Snippet ID: Folder
Corresponding AUI Tree element: Folder
The Folder is a LayoutContainer.
This object value is rendered thru the Folder snippet when invoked in a gwc:replace or gwc:content instruction.
| Fields (Attributes) | Type | Description | 
|---|---|---|
| CID | Attribute (string) | The corresponding component identifier. | 
| XDID | Attribute (string) | Dialog identifier in exclusive format. | 
| id | Attribute (string) | Object identifier. | 
| type | Attribute (string) | Type name of the component, that is Folder. | 
| name | Attribute (string) | Folder 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 DecorationStyleItemobjects | 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 DecorationStylesItemobjects | 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. | 
| pages | A collection of FolderPage object | The list of all pages in this folder. | 
| page[page-name] | Object | This selectable path will return the FolderPage object of the folder with this given name. If no selection is explicitly done. This path will return the current FolderPage object. | 
| height | Attribute (number) | Height of the component. | 
| width | Attribute (number) | Width of the component. | 
| posx | Attribute (number) | X position of the component. | 
| posy | Attribute (number) | Y postition of the component. | 
| ttyfontfamily | Attribute (string) | Font family. |