Jan Rychter <[email protected]> writes: > Ok, I've finished work on the navigation-rewrite topic branch. It now > contains a significant rewrite of the whole navigation and dispatching > system in weblocks, as well as a number of related improvements, that > are only possible because of the rewrite. The tree may be viewed at > http://github.com/jwr/weblocks-jwr/tree/navigation-rewrite [...] > Major features: [...]
And another feature I forgot (now pushed) -- lazy-navigation. It is a widget that is identical to navigation, but instead of passing widgets to it you may pass functions (closures). These will be called when the navigation panes are actually selected and should return widgets. That way you avoid creating the entire widget tree when the session is initialized, so you get a quicker response time initially and don't waste resources on things the user may never get to. For larger sites this could be quite important. --J. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
