Hey so I need some help thinking through a thought process here. I have created the following xslt script to create menus using the uComponent - Multi Node Tree Picker.
Now while I am satisfied with my work for now and it works just fine. How would one go about extending this to allow and test for multiple menus? Say I want to title this "quick menu" and add another menu "user menu". I know my following will just generate the list in both places.
So my menu builder is a doc type with the node picker but if a client were to add another menu builder under node that is where I see the issues coming in.
Menu Builder - Brainstorming
Hey so I need some help thinking through a thought process here. I have created the following xslt script to create menus using the uComponent - Multi Node Tree Picker.
Now while I am satisfied with my work for now and it works just fine. How would one go about extending this to allow and test for multiple menus? Say I want to title this "quick menu" and add another menu "user menu". I know my following will just generate the list in both places.
So my menu builder is a doc type with the node picker but if a client were to add another menu builder under node that is where I see the issues coming in.
Thoughts?
I will need some sort of count test correct?
Thanks in advanced!
Hi Grant
Here is a thought: You could add a property to the macro where you specify what menubuilder-node the menu should be builded from.
Thanks, yeah this worked.
is working on a reply...