Hello,

how can i the values of a  List Item

I trythis
                               alert(item.getData().getUserData("USERID"));
                                
alert(item.getData()[0].getUserData("USERID"));
                                
alert(item.getData()[0].getBackgroundColor());
                                alert(item.getData().getBackgroundColor());
                                alert(item.getBackgroundColor());

But nothing    return a value. All  trys  stop the script execution. 
without errors.

What is the right  version to get the data inside the items?

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