On Jul 11, 2007, at 2:52 PM, Jose Galvez wrote:
> I was just looking at the h.observe_field function and noticed that > it had a with_ parameter which is the javascript properties. So I > tried it with h.remote_function as well to see if remote_function > could also take the with_ parameter (which if it did, would solve a > big problem for me) and it worked just great. My question is where > is with_ documented? I had to figure out how to use by trial and > error, also what other "remote" functions accept it? > Thanks for any and all info > It's somewhat documented here: http://docs.pythonweb.org/pages/viewpage.action?pageId=9011474 Basically all kw arg keys will have a trailing underscore stripped if one exists. Maybe we need an official WebHelpers introduction doc with some common examples? Otherwise this feature is somewhat buried, only being mentioned the FAQ -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
