Craig
On 4/28/06, Craig Spry
<[EMAIL PROTECTED]> wrote:
What I've got so far is create a component that renders the menu layout using dojo menu2 and dropdown button objects, see:
http://archive.dojotoolkit.org/nightly/tests/widget/test_Button2.html
To get this to work I had to write my own link renederer, and I'm having trouble getting this to work in the component mentioned above, I have tested this in another project and it works, I'm having trouble getting it to work here for some reason. Anyway I've posted the diff of what I have done here:
http://www.spry.net.au/tacos/menusitemap.diff
(This diff my contain some of my other "experiments")
I've changed the demo project to use my menu. I have't worked on the layout much yet more interested in getting funtionality working. If you want to see what it might look like just change this line in the sitemenumap.html:
<a jwcid="@PageLink" page="ognl:name" caption="ognl:name" renderer="ognl: @[EMAIL PROTECTED]" />
to:
<a jwcid="@PageLink" page="ognl:name" caption="ognl:name">
and the page should render, but the links wont work.
I hope this is of some use.
Craig
