Re: [qooxdoo-devel] Form controller and Radiobuttons

2009-12-29 Thread MartinWittemann
Hello BenoƮt, exactly for that scenario we introduced the model property on the radio buttons. So setting the model property of each radio button to the model you like to see in the created model should fix your problem. Here is my test code to reproduce it: var form = new qx.ui.form.Form(); va

[qooxdoo-devel] Form controller and Radiobuttons

2009-12-28 Thread benco
Hello, I was wondering how to get the values of radiobuttons using the form controller. In fact, I'd like to link some different datas that the simple boolean values "checked or not" to the radio buttons. I suppose I should use the addBindingOptions() method but I don't know how to do... For Ins