2613817458
_
Von: Mustafa Sak [mailto:i...@saksys.de]
Gesendet: Donnerstag, 19. August 2010 15:48
An: 'qooxdoo Development'
Betreff: Re: [qooxdoo-devel] what is qx.util.Validate.required
Any Idea?
SAKsystems
Inh. Mustafa Sak
Varrelmannstr. 16
30453 Hannover
Tel. +49
ilto:i...@saksys.de]
Gesendet: Mittwoch, 18. August 2010 16:44
An: 'qooxdoo Development'
Betreff: [qooxdoo-devel] what is qx.util.Validate.required
Hi List,
why does this work on demo:
var manager = new qx.ui.form.validation.Manager();
manager.a
Hello Mustafa,
thanks for the pointer. Thats just some old code which was left from the
changes made some time ago. The working code is:
var manager = new qx.ui.form.validation.Manager();
nameTextfield.setRequired(true);
manager.add(nameTextfield);
I changed the demo to have th
Hi List,
why does this work on demo:
var manager = new qx.ui.form.validation.Manager();
manager.add(nameTextfield, qx.util.Validate.required);
But the API says, there is no qx.util.validate.required
By the way at my script this error notifies: qx.util.validate is undefined
R