On Thu, Dec 18, 2008 at 1:58 PM, Kevin Baker <[email protected]> wrote: > We are starting to build out our templates for a new project. I would like > to leverage all the ninja widget functionality in Pylons. > > Should I be using the toscaWidget stuff? > > If so I assume I should use some of the tutorials off the Pylons > documentation site..?
last time I heard TW only had templates for mako and genshi, so you will have to stick to those engines, and yes it is a decent solution for html widgets, for documentation on that you should use www.toscawidgets.org You could also take a look at dbsprockets, which just recently adquired a nice declarative syntax http://code.google.com/p/dbsprockets/ and is getting some nice momentum. then there is formalchemy, which I haven't tried myself but looks really nice http://code.google.com/p/formalchemy/ and last but not least you could throw all that away and enbrace the power of webhelpers. I think those are all the options, if I miss one I'm sorry to the author(s) But yea it all depends on your taste and more importantly your team. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
