Hello,
how can i get al values of a clicked table row/cell?

I try this

                this.table2.addListener("cellClick", function(e) {
                    alert(e.getValue());
                    }, this);

but that must be wrong:)

I need all values of the row

Can someone help me?

Thank you.


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