Versions Compared

Key

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

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

The following Available attributes are applicable:

AttributeTypeMandatoryDescription
parentsDepthIntegerYSpecify the depth of the parent category.
childrenDepthIntegerYSpecify the depth of the child categories.
includeCategoriesBooleanNEnable including categories in the side menu.
includeItemsBooleanNEnable including items into the side menu.


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