[Dojo-interest] Nav menus
jeff sacksteder
jsacksteder at gmail.com
Sat Feb 10 13:13:37 MST 2007
I have only the most casual experience with javascript, but I need to
accomplish the following-
My page has a left-column menu for site navigation. I want to add an item
that does a dynamic heirachical menu built from json-rpc calls. For
example, clicking on the root item does a json call to find out what
children it has, and lays out the next level. Then when a child level 1 item
is clicked, it makes another json call using it's item value as a parameter,
producing another menu level. Essentially, drilling down and accumulating
values. The server-side part is completed already.
What help can Dojo be in this case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20070210/9f8f8fe6/attachment.html
More information about the Dojo-interest
mailing list