(Quick Reference)

nav:secondary

Purpose

Renders a <ul> menu structure for the secondary scope within your navigation structure.

The scope is automatically detected if not specified, and stored in the request so that the secondary tag automatically works with the same resolved scope.

The menu tag is used internally to render the menu, see that documentation for full details.

The secondary menu is never rendered if there is no active second-level navigation item relative to the current active path's primary item.

Note the the scope is by default inherited from that resolved by the preceding call to the primary tag.

Example

<nav:secondary/>

<nav:secondary id="secondary-nav"/>

Note that all the features of the menu tag are available but are not demonstrated here.

Attributes

NamePurpose
classOptional CSS class to apply to the outer <ul> tag. Defaults to "nav secondary"

See the attributes of the menu tag for the rest.