Preloading BreadCrumbBar

2007-11-06 Thread Fisher, Brice A
I'm using a BreadCrumbBar and BreadCrumbPanels to implement a directory hierarchy. This works great when starting at the top and working my way down, but I'd also like to be able to open a page to any point in the hierarchy and have the BreadCrumbBar serve as a way to navigate back up the

Re: Preloading BreadCrumbBar

2007-11-06 Thread Igor Vaynberg
if you are using this for a directory then i would build your own component. in the directory there is only one way in to something. breadcrumb bar as it is is defiend to support multiple ways of getting to something so there is a lot of overhead assocaited with it. in a directory structure, given

Re: Preloading BreadCrumbBar

2007-11-06 Thread Eelco Hillenius
On Nov 6, 2007 7:01 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: if you are using this for a directory then i would build your own component. in the directory there is only one way in to something. breadcrumb bar as it is is defiend to support multiple ways of getting to something so there is a