Ed Valentine schrieb: > I want to start looking at the jquery add-on Grid and using it with > Turbogears. As I am somewhat new at this type of programming, I have > some beginners questions. > > 1. Do I need to install the full JQuery library?
jQuery is just one big JS-file, and tw.jquery installs that for you + it makes adding it to pages easy. > 2. Can I use the Documentation for Flexigrid and do some substitution > or will this be totally different? Yes and no. You can simply use the flexigrid-plugin as is, just using tw.jquery to include the needed JS-files. And then it's used as documented. Or you can go for the tw.jquery-flexigrid widget, that is supposed to have some convenience functions for you so that you can write more python instead of JS. I don't know how good that is though. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

