You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to liftweb
Hello,
Wondering if anyone can help explain if and how you create a layered
menu? By layered menu, I mean something like this:
menu 1
menu 2
submenu 1
submenu 2
menu 3
menu 4
I have seen the kids identifier in the Menu constructor, but I can't
seem to find anything about how to then access the "kids" on the page
that you want them displayed on.
Thanks,
Scott
David Pollak
unread,
Aug 18, 2008, 10:02:28 PM8/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lif...@googlegroups.com
I thought that your example was implemented... turns out there was a little work on the Lift innards required.
Note that some Menus (e.g. "menu_one") are nested. This will result in a nested display of the menus. I've also updated sites/example to show this off.
Glad you like this. It traces its roots back to SmartMode, a Java-based web framework I did earlier this decade. The real good ideas in SmartMode belong to Dani Pletter and Jon Levine... two excellent web developers.