GWC Template Language Reference / Template Paths - Layout hierarchies |
Path: relative paths according to sequences.
The FolderPage is a sub-object of Folder describing one folder page.
Fields (Attributes) | Type | Description |
---|---|---|
CID | Attribute (string) | The corresponding component identifier. |
DID Deprecated ! | Attribute (integer) | Dialog identifier. This path is deprecated use XDID path or makeValueIDID function instead. |
type | Attribute (string) | Type name of the object, that is FolderPage. |
id | Attribute (string) | Object identifier. |
IDID | Attribute (string) | Dialog identifier in inclusive format. For example: <input type="submit" gwc:attributes="name p/IDID" ... /> produces: <input type="submit" name="p88/89" ... /> |
XDID | Attribute (string) | Dialog identifier in exclusive format. For example: <input type="radio" gwc:attributes="name p/XDID; value p/ID" ... /> produces: <input type="radio" name="p88" value="89" ... /> |
name | Attribute (string) | FolderPage identifier. |
text | Attribute (string) | Folder page title. |
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. |
image | Attribute (string) | Corresponds to the IMAGE attribute value. |
comment | Attribute (string) | Corresponds to the COMMENT attribute value. |
isCurrent | Attribute (boolean) | True if the FolderPage is selected. |
hasAction | Attribute (boolean) | True if the FolderPage has an associated Action. |
body | Object | A LayoutContainer object describing this page content. |