Hello Alexander,
you have some options do get that working. I guess you have bound the
selection of the CheckBox's to the model like in the online demo [1]?

If yes, you can use the changeBubble event [2] of the model to get every
change in the model. Within the data of the event is all information you
need to find out which value changed.

The second option is what fritz said. Add an event listener to each CheckBox
and use the changeValue event.

Regards,
Martin

[1] http://demo.qooxdoo.org/current/demobrowser/#data~ExtendedList.html
[2]
http://demo.qooxdoo.org/current/apiviewer/#qx.data.marshal.MEventBubbling
-- 
View this message in context: 
http://n2.nabble.com/List-with-checkboxes-handle-events-tp4911878p4912383.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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

Reply via email to