Here I've played around with the three scripts: cookie.js expanableMenu.js nicetabs.js
It works, but I don't consider it a 'propper' solution. A propper solution would be to put my poorly named dom-like functions in a separate file and made them more browser foolproof. But here goes. /Arnljot PS: Yep Matt, I'm playing around in Appfuse :) On 10/26/05, Arnljot Arntsen <[EMAIL PROTECTED]> wrote: > Yes, > > I think it would make sense to adopt the *.js files so that there are > no method duplication (always use cookies.js and don't have them in > <style>.js). > > Furthermore a quick fix could be to do like you say: > <div id="mymenu"> > <menu:displaymenu.... > </div> > > And then tweak the init methods in <style>.js to take "mymenu" as an > argument and then look up the "menuList" node within that tree. > > It's a little work, but doesn't require any change to the "core". > > Thanks for your prompt reply. Btw, I'm using Appfuse with Struts Menu :) > > > On 10/26/05, Matt Raible <[EMAIL PROTECTED]> wrote: > > If you wrap <div>s about both menus, it shouldn't be too hard to > > change the CSS to work with them accordingly. I agree that the class > > names should be unique so you can put multiple menus on a single page. > > > > Matt > > > > On 10/26/05, Arnljot Arntsen <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I'd like to use two different Displayers on one page, > > > ListMenuDisplayer and TabbedMenuDisplayer. And then have different > > > styles to them: expandableMenu.css and nicetabs.css > > > > > > Is this possible. > > > > > > I can't see a straight forward way to do this without changeing the > > > javascript for either of the two styles drastically. > > > > > > Cheers, > > > -- > > > Arnljot Arntsen > > > www.arnljot.com > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by the JBoss Inc. > > > Get Certified Today * Register for a JBoss Training Course > > > Free Certification Exam for All Training Attendees Through End of 2005 > > > Visit http://www.jboss.com/services/certification for more information > > > _______________________________________________ > > > struts-menu-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the JBoss Inc. > > Get Certified Today * Register for a JBoss Training Course > > Free Certification Exam for All Training Attendees Through End of 2005 > > Visit http://www.jboss.com/services/certification for more information > > _______________________________________________ > > struts-menu-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/struts-menu-user > > > > > -- > Arnljot Arntsen > www.arnljot.com > -- Arnljot Arntsen www.arnljot.com
cookies.js
Description: JavaScript source
nicetabs.js
Description: JavaScript source
menuExpandable.js
Description: JavaScript source
navigation.jsp
Description: Binary data
menu.jsp
Description: Binary data
