listitems have IMHO no property "value".

Sebastian



Patrick W. Fraley schrieb:
Hi List,

I have a QxList which contains QxListItems. Now to the list I added an eventmanager:

list1.getManager().addEventListener("changeSelection", function(e) {
   alert(e.getData());
   b1MarktWahl.setEnabled( true );
});

Now the e.getData() seems to return a QxListItem (at least that is what the alert is telling me), which is supposed to have a getValue() function, but if I try to call the get Value Function ( e.getData().getValue() ) I get an error in the debug window, telling me e.getData().getValue() is not a function. What am I doing wrong? Or is the item returned by e.getData() not realy a QxListItem?

Thanx
Patrick




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to