If you set the model property of every SelectBox's item like so:
item.setModel(value) [1]
You could get the value select using selectBox.getModelSelection() [2]

[1]
http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.form.MModelProperty~setModel
[2]
http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.form.MModelSelection~getModelSelection



On Mon, Dec 28, 2009 at 12:58 PM, <i...@saksys.de> wrote:

> Hi DmitriKo,
>
>
> >There is no any sure about only one value returning from SelectBox.
> could you tell me how to get more then one?
>
> regards Sak
>
>
> > I'd say qx guys are playing well with that stuff.
> >
> > There is no any sure about only one value returning from SelectBox.
> >
> > You can subclass any widget easy and
> >    write down any syntax sugar as a your homework.
> >
> > ;)
> >
> > --
> > DmitriKo
> >
> > On Mon, Dec 28, 2009 at 3:26 PM,  <i...@saksys.de> wrote:
> >> Hi devs,
> >>
> >> i am realy missing .getValue for SelectBoxes. I'm understanding that you
> >> try to handle the methods more homogeneous. But i think for some objects
> >> you did more complicatated as needed. For example the Selectbox. It can
> >> have just one Selected value, so why i have to get the value mit
> >> .getSelection()[0].getLabel()? A .getValue() was easy enogh, or is their
> >> any cosmic concept i am not understandig behinde?
> >>
> >> regards Mustafa Sak
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> This SF.Net email is sponsored by the Verizon Developer Community
> >> Take advantage of Verizon's best-in-class app development support
> >> A streamlined, 14 day to market process makes app distribution fast and
> >> easy
> >> Join now and get one step closer to millions of Verizon customers
> >> http://p.sf.net/sfu/verizon-dev2dev
> >> _______________________________________________
> >> qooxdoo-devel mailing list
> >> qooxdoo-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >>
> >
> >
> ------------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Verizon Developer Community
> > Take advantage of Verizon's best-in-class app development support
> > A streamlined, 14 day to market process makes app distribution fast and
> > easy
> > Join now and get one step closer to millions of Verizon customers
> > http://p.sf.net/sfu/verizon-dev2dev
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to