(Quick Reference)

nav:title

Purpose

Renders the i18n title message for a given navigation item.

Use this in custom menu bodies for correct and easy i18n message resolution.

Example

{docx:xml} <nav:menu id="nav" custom="true"> <li> <nav:title item="${item}"/> </li> </nav:menu> {docx}

Attributes

NamePurpose
itemRequired - the NavigationItem instance for which you wish to render the title
codecOptional - Codec to apply to the title. Defaults to HTML. To specify "none" pass an empty string