Using this is not very smart:
// validate on every change of the model
this.__model.addListener("changeBubble", function(e) {
validator.validate();
}, this);
due to:
validating all fields every time any change takes place to any field!!! That
creates a lot of net traffic if an RPC case. For example if I have 20 fields,
20 fields will be checked even though I only have changed one field.
I would prefer to implement validating the field typed into after leaving it or
after a small pause of inactivity.
How would I do that? Any suggestions?
Thanks in advance!
Stefan
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel