On Fri, Apr 15, 2011 at 2:26 AM, Stéphane Klein <[email protected]> wrote: > some time, I need to construct some links like h.url("route_name", > param1="foobar") but in Javascript. > > I would like a url contructor > (http://routes.groovie.org/modules/util.html#routes.util.url_for) in > javascript. Does someone have already create this tools ?
Yes, I've implemented this for some of my pylons projects along with Mako2JS tool (to compile mako templates in js). I will release it in about a week, need to do some clean up on it first. -- With best regards, Daniel Kluev -- 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.
