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

<navigation:breadcrumbs />

Creates bread crumb navigation for use in website designs.

Related Tutorials

Attributes

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') ?]).
linkCurrentPage
bool
Sets whether to link the current page in the bread crumbs.
separator
string
Sets the characters which separate the links in the breadcrumbs
showCurrentPage
bool
Sets whether to show the current page in the bread crumbs
showHomePage
bool
Sets whether to show the home page in the bread crumbs

Tutorials

Examples

Page Breadcrumbs

Display breadcrumbs navigation link on page

HTML:

<navigation:breadcrumbs id="page_breadcrumbs" showhomepage="true" separator=" &rsaquo; "/>