I finally tried that and it works perfectly. Thanks again Martin! On Tue, Nov 10, 2009 at 11:56 PM, MartinWittemann <[email protected] > wrote:
> > Hello Jean-Noël, > > sorry for the late answer. Part of the qooxdoo team including me has been > on > the JSConf in Berlin over the weekend so we had our weekend on monday and > thursday. Thats why i havent answered jet. > > The controller does not have any method for modifying bindings because the > idea of using a controller is not to know anything about the bindings. So I > tried to keep the whole single value binding stuff out of the sight of the > controller user. > I think the code you are looking for would look something like this: > > controller.setModel(null); > controller.setTarget(null); > > That should remove all bindings from the model and the target including all > listener. > > Best, > Martin > > >
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
