Versions Compared

Key

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

This tag allows adding a side menu.

The following attributes are applicable:

0"false"
AttributeTypeDefault valueRequiredMandatoryDescription
parentsDepthIntegerYSpecify the depth of the parent category.
childrenDepthInteger0YSpecify the depth of the child categories.
includeCategoriesBoolean"false"NThis attribute is responsible for Enable including categories in the side menu.
includeItemsBooleanNThis attribute is responsible for Enable including items into the side menu.


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