Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.
includeCategoriesBooleanIntegerNSet the value to true 1 to add categories to the side menu. The default value is false 0.
includeItemsBooleanIntegerNSet the value to true 1 to add items to the side menu. The default value is false 0.

Example:

Code Block
languagexml
themeEclipse
titleSidemenu
linenumberstrue
<SideMenu
	parentsDepth="1"
	childrenDepth="1"
	includeCategories="1"
	includeItems="1">\
</SideMenu>