>> (make-navigation 'navigation >> (list nil blog) >> (list 'main blog) >> (list 'admin (make-instance 'login-maybe >> :on-login #'check-login >> :on-success #'login-success >> :child-widget >> (make-admin-page)))) > > Unfortunately, I haven't actually done any weblocks in a few weeks. > I notice that you have everything wrapped in lists in the navigation > widget there, which certainly isn't how things used to work, but > maybe it is now; dunno.
Clarification: The new INIT-/MAKE-NAVIGATION supports both ways of specifying the navigation items: the old way of spliced id/widget pairs and the new way where an item specifier is a list. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
