Re: [qooxdoo-devel] Binding a SelectBox to a text item in a model

2013-01-22 Thread angelo
Fixed... a silly, stupid oversight This snippet of code from the playground form.add(sb, "SelectBox", null, "type", null); controller.addBindingOptions(sb, {converter:function (data, model, source, target) { // model --> target Looked like this in

Re: [qooxdoo-devel] Binding a SelectBox to a text item in a model

2013-01-22 Thread Martin Wittemann
Hey, > I'm having some difficulty with the following, probably overlooking something > (checked manual, forums and API). > > I have a form that I want to use for filling a database entity. I have > copied the content of the entity to a model, created a form and a controller > without problems. >

[qooxdoo-devel] Binding a SelectBox to a text item in a model

2013-01-22 Thread angelo
I'm having some difficulty with the following, probably overlooking something (checked manual, forums and API). I have a form that I want to use for filling a database entity. I have copied the content of the entity to a model, created a form and a controller without problems. However, now I am e