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 Instance, suppose I've three radiobuttons in a radiogroup: ---- Template type ---- o blank * modern o classic I'd like the computed model (created using the createModel() method) contain : {... template:'modern' ...} and not {template:true} Furthermore, I wonder if it is possible to : * link a radioButtonGroup to a form controller using the add() method of the qx.ui.form.Form element ; * how to manage nicely radiobuttons when using the add() method of the qx.ui.form.Form element in order to group then directly without forcing to specify a "name" to each radioItem; * how to work with arrays in the form controller> I already submitted a bug about it : http://bugzilla.qooxdoo.org/show_bug.cgi?id=3281 Thanks a lot in advance for your help and... Best wishes for 2010 ! Regards, BenoƮt -- View this message in context: http://old.nabble.com/Form-controller-and-Radiobuttons-tp26948600p26948600.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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