Hello everyone, according to form contoller API[1], Form Controller implements bi-diredtional binding by default. This code snippet http://preview.tinyurl.com/38xzv9r verifies the behaviour.
What is the best way to achieve uni-directional binding from Model to Form Widget? My current aprroach is following[http://preview.tinyurl.com/23pv5hd], I use Object Controller, instead of Form Controller, to bind each source property and the target. Is there any better way? Cheers, Christian References: [1] "Form Controller," http://demo.qooxdoo.org/1.0.x/apiviewer/#qx.data.controller.Form ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel