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