Hi Guys:
Is there any way to get listener function of a specific object event?
e.g.,
var myObj = new qx.ui.form.TextField();
myObj.addListener("focus" function() {
alert("I am here");
});
this.getRoot().add(myObj, {top:30, left:30});
Can I get the function associated with focus event of myObj?
Regards,
Steve
------------------------------------------------------------------------------
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