if every listitem has a model property, with
list.getChildren()[0].getModel()
you get the "value" from the first listitem.

And with
list.getModelSelection().getItem(0)
or
list.getSelection()[0].getModel()
you get the "value" from the first selected listitem.



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Get-list-item-value-from-a-List-tp7584695p7584699.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to