| GWC Template Language Reference / Template Paths - Widgets hierarchies | |
Path: application/ui/window/form/staticLabel[name] or relative paths according to sequences.
Snippet ID: StaticLabel
Corresponding AUI Tree element: Label
| Fields (Attributes) | Type | Description | 
|---|---|---|
| CID | Attribute (number) | Component identifier. | 
| type | Attribute (string) | Type name of the component, that is StaticLabel. | 
| name | Attribute (string) | StaticLabel name. | 
| text | Attribute (string) | Correspond to the TEXT attribute in 4GL. | 
| comment | Attribute (string) | Corresponds to the COMMENT attribute in 4GL. | 
| justify | Attribute (string) | Corresponds to the JUSTIFY attribute in 4GL. | 
| hidden | Attribute (number) | Corresponds to the HIDDEN attribute in 4GL. | 
| tag | Attribute (string) | Corresponds to the TAG attribute in 4GL. | 
| class | Attribute (string) | Corresponds to the STYLE attribute in 4GL. | 
| 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 object. This object gives access to all style attributes. | 
| width | Attribute (string) | Corresponds either to the WIDTH attribute in 4GL or to the length of the value of the TEXT attribute. | 
| height | Attribute (string) | Corresponds to the HEIGHT attribute in 4GL. | 
| sizePolicy | Attribute(string) | Corresponds to the SIZEPOLICY attribute in 4GL. | 
| fontPitch | Attribute (string) | Corresponds to the FONTPITCH attribute value in 4GL. | 
| gridheigth | Attribute (number) | Grid height of the component. | 
| gridwidth | Attribute (number) | Grid width of the component. |