On Sat, May 05, 2007 at 11:58:16PM -0700, voltron wrote: > I can“t seem to find any docs on Webhelpers. I would like to use > Mochikit in Pylons, are there examples or tutorials that one could > point me to?
Regarding "any docs on webhelpers": Shell: pydoc webhelpers Web: http://pylonshq.com/WebHelpers/module-index.html Or explore them using ipython... > import webhelpers > webhelpers.[TAB] > webhelpers.url_for? > webhelpers.url_for?? Or explore them in the paster shell... (ipython should be installed, too) > h.url_for? There are currently no Webhelpers functions for Mochikit AFAIK. But I remotely remember that there are conflicts in function names between script.aculo.us and Mochikit if both are loaded. There was a patched version flying around recently. Kindly Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
