<navigation:item>
AJAX
Data
Forms
Layout
Logic
Navigation
ATTRIBUTES
EXAMPLES
Personalisation
Standard
Templates
Regions
Third Party

<navigation:item />

Allows you to specify an additional navigation item in a navigation control.

Related Tutorials

Attributes

at
string|int
Position of the item in the parent Navigation.
  • "start" - The item wants to be at the start of the nav (order -1).
  • "end" - The item wants to be at the end of the nav. (order 1000).
  • int - Manual sort order for the list item.

Default = "start".
autoPopulateLevel
int
Sets the level of recursion for sub menus relative to this item.

By default, the AutoPopulateLevel will be set by the parent Navigation control
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
page
string
The page this navigation item links to.

Tutorials

Examples

Search Navigation Item

Add a search icon on the navigation linked to search page of your Oncord website.

HTML:

<navigation:item at="end" page="/search/"><standard:icon library="fontawesome" name="search" size="4" style="width: 16px; height: 16px;" /></navigation:item>