You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Use the <sidemenu> tag to add a side menu.

Available attributes:

AttributeTypeMandatoryDescription
parentsDepthIntegerYSpecify the depth of the parent category.
childrenDepthIntegerYSpecify the depth of the child categories.
includeCategoriesBooleanNSet the value to true to add categories to the side menu.
includeItemsBooleanNSet the value to true to add items to the side menu.

Example:

Sidemenu
<SideMenu
	parentsDepth="1"
	childrenDepth="1"
	includeCategories="1"
	includeItems="1">\
</SideMenu>


  • No labels