Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This tag allows adding a side menu.
The following attributes are applicable:
Attribute | Type | Default value | RequiredMandatory | Description |
---|---|---|---|---|
parentsDepth | Integer | 0Y | Specify the depth of the parent category. | |
childrenDepth | Integer | 0 | Y | Specify the depth of the child categories. |
includeCategories | Boolean | "false" | N | This attribute is responsible for Enable including categories in the side menu. |
includeItems | Boolean | "false"N | This attribute is responsible for Enable including items into the side menu. |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<SideMenu parentsDepth="1" childrenDepth="1" includeCategories="1" includeItems="1">\ </SideMenu> |