-
Notifications
You must be signed in to change notification settings - Fork 0
Template
Randy Merrill edited this page Jan 28, 2011
·
15 revisions
The following options can be passed while retrieving the breadcrumb.
| Option | Description | Default |
|---|---|---|
separator |
Text used to separate the breadcrumb items. | : |
showMultiple |
Determines if only the current page will be shown or if multiple breadcrumb items will be used. | true |
topLevel |
Used as the top level that will be displayed. If the page level is less than the top level it will return a blank breadcrumb. | 1 |
useNavTitle |
Determines if the breadcrumb will use the navigation title or the normal page title. | true |
The following options can be passed while retrieving the html title.
| Option | Description | Default |
|---|---|---|
separator |
Text used to separate the html title items. | : |
showMultiple |
Determines if only the current page will be shown or if multiple items will be used for the title. | false |
useNavTitle |
Determines if the html title will use the navigation title or the normal page title. | true |
The following options can be passed while retrieving the navigation.
| Option | Description | Default |
|---|---|---|
depth |
Number of navigation levels to display. | 1 |
innerTag |
Tag used around the individual navigation elements. | ul |
numLevels |
Used to control the number levels of navigation to retrieve.
If the value is > 1 it will nest any available sub navigation.
If the value is -1 it will return all levels of nested navigation.
|