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

Compare with Current View Page History

Version 1 Next »

This tag allows adding a side menu.

The following attributes are applicable:

AttributeTypeDefault valueRequiredDescription
parentsDepthInteger0YSpecify the depth of the parent category.
childrenDepthInteger0YSpecify the depth of the child categories.
includeCategoriesBoolean"false"NThis attribute is responsible for including categories in the side menu.
includeItemsBoolean"false"NThis attribute is responsible for including items into the side menu.
Sidemenu
<SideMenu
parentsDepth="1"
childrenDepth="1"
   includeCategories="1"
   includeItems="1">\
</SideMenu>


  • No labels