Breadcrumbs Table Class
This class uses the file path of the controller to display the breadcrumbs. You can add more Uri segments to the url, and it will only show the controller path. This class can also be used with an array to make the breadcrumbs more dynamic.
Code:
Set createCrumbs = New breadcrumbs write = write & createCrumbs.build() Set createCrumbs = Nothing
Output: Home » Libraries » Breadcrumbs
Preference | Default | Options | Description |
---|---|---|---|
separator | optional | Text | The default Value is the right angle quote '»'. |
spacer | optional | Text | The default Value is a single space ' '. |
home_show | optional | TRUE or FALSE | the default value is true. |
home_link | optional | Text | This sets the starting link |
crumbs | optional | Array | This replaces the URL and uses the Array to build the breadcumbs. |