Hi guy,
I'm a new qooxdooer, and I ask an help because I have dont understand
ComboBox control.
In normal Html combobox I've label and value.

example I've the following array structure
var city = [
{ label: "New York", id: 1},
{ label: "Berna", id: 2},
{ label: "Kiev", id: 3}
]

For loading a combox i' ve not a problem but when I use a getValue method,
and in my controller form i've map a value property return textfield value(
for us now it's label), but i' want to return a selected id.
It's possible or I must to recreate a new combobox control? or I map a new
property?
thanks a lot for your help,
Rik

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/ComboBox-tp7046022p7046022.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to