Hey,
you should really use Forms and Data binding for such things. All you are 
trying to code is already done by the data binding and the forms components. 
Instead of writing custom serializer, you could use data binding and use the 
predefined serializer. Just search for demos in the demo browser to see how it 
can be used. A little hint, you can always search for class names in the 
demobrowser to see the usage of the class.
Regards,
Martin

________________________________
Von: Derrell Lipman [[email protected]]
Gesendet: Mittwoch, 27. April 2011 01:15
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Extracting data from widgets

On Tue, Apr 26, 2011 at 17:01, dabd 
<[email protected]<mailto:[email protected]>> wrote:
Thanks that was really helpful.  However I would like to extract the values
from a List and I don't know how to do it.  The documentation shows no
getter for the List items and the class ListItem shows no getter for the
item value.

list.getSelection() returns an array of the selected ListItem elements, and you 
can get the label of each one with listItem.getLabel().

Derrell

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to