Hi,

IMHO it would be enough to listen to the "changeBubble" event of the model. If 
you already bound your checkboxes with properties of *one* model, this should 
be a little.
If your checkboxes have their own models, just push them into a qx.data.Array 
and listen to its "changeBubble" event.

Gruß
Mustafa Sak

Applications & Integration
1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany


-----Ursprüngliche Nachricht-----
Von: woprandi [mailto:william.opra...@gmail.com] 
Gesendet: Dienstag, 3. Februar 2015 10:35
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] Event when model property has changed in Form 
controller

Hi,

I have a form with 5 checkboxes and the corresponding controller. I'd like to 
listen when a checkbox value has changed  with a common code (only one generic 
event which i could get property name and new value instead of write
5 addListener(...)). But it seems not possible, am I right ?



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Event-when-model-property-has-changed-in-Form-controller-tp7586764.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website, sponsored 
by Intel and developed in partnership with Slashdot Media, is your hub for all 
things parallel software development, from weekly thought leadership blogs to 
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to