Re: [web2py] client-side validation plugin

2012-08-15 Thread Anthony
> > I would like to see it built in in SQLFORM(..., clientvalidation=True) > +1 --

Re: [web2py] client-side validation plugin

2012-07-24 Thread Alec Taylor
Looking good... can't wait to see a full client-side example with web2py server-side complete with auth [in fact, I probably can't wait and will end up writing it myself :P] On Tue, Jul 24, 2012 at 6:36 AM, Franco wrote: > Greetings everyone, I want to share with you a plugin that adds client >

Re: [web2py] client-side validation plugin

2012-07-24 Thread Bruno Rocha
Sounds great! I would like to see it built in in SQLFORM(..., clientvalidation=True) On Mon, Jul 23, 2012 at 5:36 PM, Franco wrote: > Greetings everyone, I want to share with you a plugin that adds client > side validation to your forms. I hope this be helpful to you. > > It uses in the same wa

[web2py] client-side validation plugin

2012-07-24 Thread Franco
Greetings everyone, I want to share with you a plugin that adds client side validation to your forms. I hope this be helpful to you. It uses in the same way that you use SQLFORM class. See you soon. PS: Sorry for my bad english.