On Oct 24, 4:42 pm, Rayservers <[email protected]> wrote:
> Its the weekend again and I'm grokking lisp. Is there a quick example 
> somewhere
> on using the navigation widget to create deeper menus:

You just nest navigation widgets, for example:

(make-navigation "First level"
  "Second level" (make-navigation "Second level" ...))

For the actual appearance you need to modify the menu CSS (or the way
your
navigation widget is rendered into HTML, but I don't recommend that).

  Leslie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to