[Zope] Problem creating navigation bar
Ben Leslie
benno@sesgroup.net
Thu, 14 Oct 1999 11:09:42 +1000
Hi David!
On Wed, 13 Oct 1999, David C. Morrill wrote:
> > To address the issue of reusing the method with a different "method root",
> > suppose the method "NavBar" were part of a Z Class (or perhaps the default
> > method of a Z Class object). Then it could have an instance constant
> "Root"
> > that could be assigned the right folder ID for every instance. The method
> > "NavBar" itself would be inherited from the Class, so any changes to the
> > class would always be reflected in all the instances.
>
> Sounds like it might work. I'll give it a try tomorrow. Thanks...
>
> Dave Morrill
>
Not exactly sure how you want your nav bar to work.
On my site I have the ability to see the current documents/folders
siblings and also its children (if it has any).
I don't know if this is exactly what you would want for your system.
You might want to look at my site (http://www.sesgroup.net) to see if this
is anything like what you might need. If so I can send you the code that I
use for it.
Cheers,
Benno