On 9/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there a possibility to achieve the same edit in place functionality > as in http://tool-man.org/examples/edit-in-place.html > with TurboGears widgets? or with MochiKit?
I don't know of any prepackaged edit in place widgets. It's not that hard to do with MochiKit, but I don't think anybody has done it and released the code. > maybe it's possible to use > any other js library ( i.e. prototype.js ) with TurboGears? Scriptaculous is packaged as a widget (easy_install Scriptaculous) for easy use in TurboGears or you can stick whatever javascript library you want in your <head> tags. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

