Makes no difference whether you call them 'leaf', 'closed', 'open', or 'none', 'collapsed', 'expanded'.
It seems that when using cascading menus, you want to override the 'showChildren' boolean, and always draw them for all nodes. CSS rules handle hiding the children. When implementing as an expanding/collapsing 'pane' menu, you want the 'showChildren' boolean to behave normally and only draw children when the page is the active page. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:24 PM To: [email protected] Subject: [magnolia-user] Magnolia Developer expanding/collapsing left menus? Hello, How does the Magnolia Developer site achieve the expanding/collapsing left menus? I see that its similar to simpleNavigation except it has list item classes 'none', 'collpased', & 'expanded' rather than 'open' & 'leaf' distinct list classes rather than 'level1', 'level2', 'level3' Instead of the way simpleNavigation draws the same list all the time, this navigation gets re-drawn with each click. Is a different navigation tag/class available for building this sort of list? Regards, Bob V ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
