navigation:item
AJAX
ajax:delayedload ajax:event ajax:navigation ajax:region
Data
data:calendar data:column data:postrepeater data:productbrandrepeater data:productcategoryrepeater data:productrepeater data:repeater data:table data:template data:tree
Forms
forms:address forms:captcha forms:checkbox forms:checkboxgroup forms:codeeditor forms:combobox forms:datepicker forms:dialogbox forms:editbox forms:fileupload forms:form forms:hidden forms:money forms:officeuseregion forms:option forms:password forms:paymentmethod forms:radiobutton forms:radiobuttongroup forms:row forms:searchbox forms:signature forms:slider forms:spinbox forms:submitbutton forms:submitimage forms:submitlink forms:successcontent forms:textarea forms:timepicker
Layout
layout:gallery layout:productgallery layout:rotator layout:stepper layout:stepperpanel layout:tablist layout:tablistitem
Logic
logic:dependency logic:else logic:if logic:include logic:parse logic:variable
Navigation
navigation:breadcrumbs navigation:item
ATTRIBUTES
EXAMPLES
navigation:primary navigation:secondary
Personalisation
personalisation:firstname personalisation:fullname personalisation:lastname personalisation:other
Standard
standard:audio standard:embed standard:icon standard:image standard:link standard:script standard:tooltip standard:video
Templates
templates:button templates:card templates:column templates:fancybox templates:faq templates:flexlayout templates:header templates:row templates:section templates:styles templates:teammember templates:testimonial
Regions
regions:content regions:contentadditional regions:security regions:togglable
Third Party
thirdparty:googlemap thirdparty:googlemapmarker

<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>