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:
- leftnav_embedded_links=no as described below
- As explained in Revize wiki for menu_manager
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.
- leftnav_embedded_links
=no if leftnav on pages created from embedded links shows children
=yes or omited (default) to show section links
Code Inserted on Template
Adds the following components onto a Revize template:
- includes: menus_leftnav_section_filter_include.jsp
creates filter used by menu manager and leftnav list of links
Additional documentation
in jsp file
- Edit button which opens menu manager
- includes: menus_leftnav_section_list_include.jsp
generates html for all links that pass filter created by 1st component
Additional documentation
in jsp file