Hi, your solutions really looks more like a workaround than a good and clear solution. But to be honest, I don't exactly get what you want. On one hand, you want to have your data for the list in the model including its labels and on the other hand you only want to have the id's in it.
I took the time to build a solution only including the id's in a bidirectional way. I guess that's the thing you want to have, right? http://tinyurl.com/2v28sn2 ReHa wrote: > > But im really asking: Is it worth so much time (nearly 1 day) for a thing > which is done in simple html in just one line of code???? > <select name='SelectionID'><option value='1'>a</option><option > value='2'>b</option><option value='3'>c</option></select> > Ok: I am new to qooxdoo, but i'm really asking if gooing on with qooxdoo > ... > Sure, in HTML its much easier to write that code. Without the data binding, it would have take also only a couple of minutes. But I guess you haven't seen what comfort you have with that, right? You have build in validation, binding in both directions which means you don't have to bother anymore with UI elements. Just use the model and thats it and so on... I don't want to list all pros of qooxdoo here. So comparing a qooxdoo form to an HTML form is kind of odd. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-set-selection-tp4798272p4978713.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
