"In the mean time, you can use qx.lang.Function.bind to set the context
of your validator function."
very good.
With this problem I use this rustic solution for example:
var context = this;
var userNameValidator = function() {
context.debug("demo");
return true;
}
manager.add(username, userNameValidator);
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/passing-context-to-form-validation-callbacks-tp4997677p5019299.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel