Hi, all. I'd like to separate 'tap' events for qx.ui.basic.Atom.
I have a control:
control = new qx.ui.basic.Atom();
get his label child control and add listener:
control.getChildControl("label").addListener("tap", function() {
console.log('test');
}, this);
And console.log('test') doesn't work when I tap Atom. Please help. Thanks a
lot.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel