The Alchemist ha scritto: > I am working with TurboGears 1.0.3.2 and have downloaded TGYUI 0.1.1 > > I need help to create a widget (say, a grid) using TGYUI, and then > seeing it in the browser (through an exposed method in the > controller). > > Is there documentation for using the TGYUI package? Or should I > follow the Yahoo UI docs? >
I have server-side paginated grids working in my local branch, not committed yet, much less documented. If you're fine with client-side paginated, I can send you something to try and help you use it. What kind of grid do you need? That stuff is so flexible that it would be really difficult to allow several use cases through a single python widget. Understanding the YUI docs and some javascript hacking is pretty much required for many things. I am quite busy at the moment, I hope I'll have something clean that Mark can merge in the next days. Keep in mind that, if you want to wrap your own widgets, the YUILoader does a good job of tracking dependencies and injecting JS and CSS references. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

