Hi,

thanks a lot. I don´t find that listener in the API. Do you know why? One
reasen: I can´t read the API correctly the other is my API is an old one or
sething else.

I have a lot of Problems with the documentation of the qooxdoo  Framework. I
read a lot in the java documentation. There i have no problems to
understand. I don´t know why i have so much problems with the qooxdoo.

Thanks a lot. This listener was where I´m looking for.


dperez wrote:
> 
> 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#a9672623
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