menus_leftnav_section

Insert "Edit Left Nav" button allowing up to numberoflevels of list of links.

Links usually same on all pages in the section.  Exceptions are:

A common filter (revize_menu_filter) is created and passed to webspace_menu-editlist and used by rz:list that generates the <ul> list of links.

Plugin Options

Input Parameters (webspace_config.menu_options):

This field contains key=value pairs sepearated by commas.

Code Inserted on Template

Adds the following components onto a Revize template:

  1. includes: menus_leftnav_section_filter_include.jsp
    creates filter used by menu manager and leftnav list of links
    Additional documentation in jsp file
  2. Edit button which opens menu manager
  3. includes: menus_leftnav_section_list_include.jsp
    generates html for all links that pass filter created by 1st component
    Additional documentation in jsp file