Re: [html-formfu] Client side validation in ExtJS

2009-03-25 Thread Mario Minati
Am Mittwoch 25 März 2009 12:21:31 schrieb Moritz Onken: Hello Moritz, > I thought about client side validation, too. I think this is an > absolute must for FormFu::ExtJS. > There are a few build-in validation constraints which can be accessed > pretty easily via ExtJS iteself. > > Like: > - Requ

Re: [html-formfu] Client side validation in ExtJS

2009-03-25 Thread Moritz Onken
I thought about client side validation, too. I think this is an absolute must for FormFu::ExtJS. There are a few build-in validation constraints which can be accessed pretty easily via ExtJS iteself. Like: - Required becomes { allowBlank: false} - Length becomes { maxLength: xx, minLength: