Hi
> We can work around this by adding a converter option to the form controller
> binding at the point where addTarget is set which would convert the value
> to
> the appropriate type for the corresponding widget if needed.
>
>
That's the way to go, use:
addBindingOptions : function(name, model2target, target2model)
e.g.:
formController.addBindingOptions("myString",{converter: function(data) {
return data + ""; } }, { converter: function(data) { return parseInt(data);
} });
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel