Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Use the <sidemenu> tag to add a side menu.
Available attributes:
Attribute | Type | Mandatory | Description |
---|---|---|---|
parentsDepth | Integer | Y | Specify the depth of the parent category. |
childrenDepth | Integer | Y | Specify the depth of the child categories. |
includeCategories | BooleanInteger | N | If true, adds Set the value to 1 to add categories to the side menu. The default value is 0. |
includeItems | BooleanInteger | N | If true, adds Set the value to 1 to add items to the side menu. The default value is 0. |
Example:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<SideMenu parentsDepth="1" childrenDepth="1" includeCategories="1" includeItems="1">\ </SideMenu> |