| GWC Template Language Reference / Template Paths - StartMenu hierarchy | |
Path: application/ui/startmenu/group[name]
Snippet ID: StartMenuGroup
Corresponding AUI Tree element: StartMenuGroup
The StartMenuGroup is an object implementing a StartMenuItem object that represents a group of StartMenu items.
This object value is rendered thru the StartMenuGroup 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 StartMenuGroup. |
| name | Attribute (string) | StartMenu identifier. |
| text | Attribute (string) | Text displayed for the StartMenu group. |
| disabled | Attribute (boolean) | True if the group is not active. |
| image | Attribute (string) | Image display for this StartMenu group. |
| hidden | Attribute (number) | Corresponds to the HIDDEN attribute in 4GL. |
| items | Collection of StartMenuItem objects | The list of all items in the StartMenu group. Used in a repeat instruction to loop on each file in the list. |
| items/length | Attribute (number) | Number of items in the collection. |