Hi Alexander,

This is how it can be done:

        combo.addEventListener('changeValue', function(ev) {
              .....
        }, this);

Qooxdoo is so powerful, that any property can have change listeners.
E.g. you could also have (when the enabled state changes):

        combo.addEventListener('changeEnabled', function(ev) {
              .....
        }, this);


HTH


Alexander Weisser wrote:
> 
> Hi,
> 
> is in the ComboBoxEx an onChange listener or something like this:
> 
> I want to get an action if the value in the ComboBoxEx - field is changed.
> If the value is changed by click it with the mouse or change it in the new
> popup window which comes up when you doubleclick the ComboBoxEx field.
> 
> I try a lot of other actionlistener but it don“t find the right one.
> 
> Thanks for your help
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ComboBoxEx-onchange-listener-tf3465866.html#a9671932
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to