Hey, > How would this sort of thing be done with qooxdoo? Is there built-in > functionality for it?
There is nothing like that in the framework right now. But it would not be that hard to add that in your app. We offer a bubbling event for changes so you could listen to the changeBubble event on the model's root and handle everything there: Store the data and make the model as unsaved. Regards, Martin ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
