Unanswered: Notify View about changes in Store from Proxy
Unanswered: Notify View about changes in Store from Proxy
I'm trying to add the ability to sync multiple Stores within the CRUD paradigm, to do this I extended Ext.data.proxy.Proxy. Now when I want to call create or update the other stores ( theyr proxies ) have to call create and update too and afterwards notify their view about the changes. When create is called it gets a callback from the framework, there could be a possible solution if I knew the required function. Hope you can help thanks
Okay I was searching on the wrong end, the Proxy has nothing to do with the Contents of the Store as it is only passive. Better would be overloading the store and try to get events when changes occur and pass them to the other store to simulate the events and notify the views.
As this is a long search for me I would appreciate any help with it. : ) thanks