Chris Cioffi wrote: > 1. Application specific widgets. For instance, if I've got a type of > record that I need to display on lots of templates, what's the best > way to proceed? Should I create a widget's package and include the > widgets like I do forms? Or should I use <?python ...?> and directly > import the widget?
The section on WhatWhat Status should cover this fairly well. WhatWhat uses widgets extensively, and they are pretty much *all* specific to the application. Widgets help make things like AJAX really really simple to do, and can help you minimize duplication. -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

