GWC Template Language Reference / Template Paths - Widgets hierarchies |
Path: relative paths according to sequences.
Snippet ID: Ripbutton
Corresponding AUI Tree element: Form/Ripbutton
Fields (Attributes) | Type | Description |
---|---|---|
cid | Attribute (number) | Component identifier. Unique identifier of an instance of a component in the HTML page. |
class | Attribute (string) | Corresponds to the STYLE attribute of the widget. |
comment | Attribute (string) | Corresponds to the COMMENT attribute of the widget. |
decorationstyle | Collection of DecorationStyleItem objects | This selectable path will return the given attribute value DecorationStyleItem object for this window. 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. |
gridheightclass | Attribute (number) | Grid height of the component. |
gridwidth | Attribute (number) | Grid width of the component. |
height | Attribute (number) | Corresponds to the HEIGHT attribute in 4GL. |
hidden | Attribute (string) | Corresponds to the HIDDEN attribute in 4GL.. |
posx | Attribute (number) | X position of the widget. |
posy | Attribute (number) | Y postion of the widget. |
sizepolicy | Attribute (string) | Corresponds to the SIZEPOLICY attribute in 4GL. |
style | Attribute (string) | This selectable path will return the given attribute value inherited for this window. |
tag | Attribute (string) | Corresponds to the TAG attribute of the widget. |
text | Attribute (string) | Value of the TEXT attribute. |
ttybackgroundcolor | Attribute (string) | TTY background color. |
ttycolor | Attribute (string) | TTY foreground color. |
ttyfontfamily | Attribute (string) | TTY font family. |
ttyweight | Attribute (string) | TTY weight. |
ttydecoration | Attribute (string) | TTY decoration. |
type | Attribute (string) | Type name of the component. |
width | Attribute (number) | Corresponds to the WIDTH attribute in 4GL or to the length of the value of the TEXT attribute. |