© Simplicity ASP Framework - v .01 b

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
Definitions for Breadcrumd Class
PreferenceDefaultOptionsDescription
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.

© Simplicity ASP Framework
Last Modified on: 3/4/2009 7:54:51 PM
Page Executed: 0.016 seconds