Thanks for you fast reply, Martin.
MartinWittemann wrote: > > We added the handling for map that time. If you need also the array > handling, file a bug for it. I'll take care of it (but I'm sure not for > the upcomming 1.1 release). > Ok, I'll report it as a bug. MartinWittemann wrote: > > Currently, thats not possible. The default behavior is to hide the > placeholder on disabled input fields. I think the main reason of why we > did that was to keep it clear that the input fields are disabled. Whats > your use case that you think you would need a placeholder in disabled > state? > I have a form with multiple checkboxes and a field for "other" values ... like it: [x] value1 [x] value2 [ ] value 3 [ ] _______ For this "other" value, the user must check the item to activate the textfield and be able to fill it. MartinWittemann wrote: > > I think the current behavior in qooxdoo is the way I would it expect to > work: > > ... > > I would suggest to subclass the form controller and override the > createModel method. > I totally agree with you. But I think my problem is more related with serialization than model creation. Indeed, the model should always keep all the values - it's a model, not a "result". If there are some more computations/actions done on the form, it should respect the common "bindings behavior". So finally I think I'll subclass "qx.util.Serializer". Regards, BenoĆ®t. -- View this message in context: http://n2.nabble.com/Discussion-about-forms-controller-value-retrieval-tp4889378p4889818.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
