Re: SilvaNavigationSupport
Marc Petitmermet <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
> I started to implement my ideas of a nested list based Silva > navigation. > It is focussed on giving a page template designer a set of building > objects, which can be imported in layout_macro.html. i'm using the same idea of lists for navigation on http://www.biosurf.ch/ but of course, i didn't implement it as a product. > With a few steps a > complex document tree can be collected, filtered (soon...), i use a really ugly hack (shame on me) to hide documents/folders from navigation or shown the horizontal line as separator: i misuse again the comment field instead of using the metadata system (more shame on me). the problem with the metadatasystem is that one setting might be o.k. for customer 1 but makes no sense for customer 2 and i don't want to maintain one silva instance per customer. back to "filtered (soon...)", does this mean that it will be possible to hide documents/folders from the navigation? i mean not only hide with css but completely hide it in the html code? > dumped to HTML. The resulting HTML is clean and functional, and comes > with example CSS to format it as nice dropdown menus dropdown menus: did you find a solution which works on all browsers without javascript? i didn't find one so far. either you have some javascript to make ie compatible with non-ie browser or vice versa. i'm really interested in this one;-) regards, marc