Hello,

I try to code some form validation like it :

...

var email = new qx.ui.form.TextField();
email.setInvalidMessage("This email address is not valid");
form.add(email, "email", qx.util.Validate.email()); 
...

but I can't figure out why it is not working... Please have a look at the
following playground example : http://tinyurl.com/yg2jdd7 

What I have to do ?

Thanks in advance,

Regards,

BenoƮt.


-- 
View this message in context: 
http://n2.nabble.com/Forms-how-can-I-set-custom-invalid-messages-tp4817267p4817267.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to