navigation:secondary
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 navigation:primary navigation:secondary
ATTRIBUTES
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:secondary> </...>

Creates secondary navigation which shows the child pages of the page you are currently viewing.

Related Tutorials

Content

(Optional) Manually add links to appear inside the nav.

Attributes

classLiCurrent
CSS class applied to the link that matches the current page.
Default = "".
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') ?]).
includeParent
bool
If true, then when viewing a page that isn't the root page, the parent page will be included at the start of the nav. Default = true.
includeParentClass
string
CSS class applied to the link included by the includeparent attribute. Used to differentiate from the child links. Default = "parent".
includeParentWhenNoChildren
bool
If both this and includeparent are true, then a link to the parent page will be displayed even if there are no child page links to display. Default = true.
rootPage
string
The root page to populate navigation items from.
Default = "current".
showSameLevelWhenNoChildren
string
When viewing a page with no children, should it render the pages at the same level as the current page?

If a string / page id is specified, this attribute applies for the page specified.

Tutorials

Examples

No examples yet.