Tags
Nav Full
{exp:structure:nav_full}
Outputs a complete location aware tree of your entire site. Intended for use in dropdown menus. Currently, there is no limit_depth parameter, so levels deeper than your desired dropdown should be hidden with CSS.
Add Unique ID
add_unique_id="yes"
Adds an ID to each li
CSS Class
css_class="navigation_menu"
Assigns a class to the ul.
CSS ID
css_id="navigation_menu", defaults to nav
Assigns an ID to the ul. You can add "none" to optionally display no ID.
Exclude Entries
exclude="26|76"
The parameter "exclude=" can be used to hide any single or multiple user defined entry numbers using the pipe character.
Exclude Status (Depracted, use the status parameter)
exclude_status="status1|status2"
The parameter "exclude_status=" can be used to hide any single or multiple user defined statuses using the pipe character. This is useful for form confirmation or non-structural pages you don't want to appear in the sub-navigation. If a page is excluded all of it's children will be removed from being displayed as well.
Include Status (Depracted, use the status parameter)
include_status="Special"
The parameter "include_status=" can be used to add any single or multiple user defined statuses using the pipe character.
Separator
separator="-", defaults to EE Global Weblog Setting
Change the default separator used in classes and IDs from something different than the your EE preference setting.
Status
status="Radical|Whatever|not Bogus", defaults to Open
Add or restrict pages by status, using normal EE syntax.
