> Ok, I added the "tgMochiKit" page to the wiki. Can you please review the > page and check that all information (esp. about usage of the module) is > correct?
Seems so, I added an recipe for using tgMochiKit in TG 1.0.x > BTW, why is the "mochikit" widget created in "turbogears.widgets.base" > and not in the "tgmochikit" module? This way, when you want to use > tgMochiKit with TG 1.0, you have to define your own "mochikit" widget. > Wouldn't it be better to define this the "tgmochikit" package (as well) > so you can import it from there? No, that won't work. This was suggested before, but the problem is that TG1.1 *depends* on tgMochiKit and not the other way round. There are no widgets available. And because all of this is done at module/package-load-time, it's hard to do otherwise. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
