SunboX
24 Nov 2011, 12:51 AM
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0PR1
Browser versions tested against:
Safari 5 (iPhone 3GS /w iOS 5)
Description:
I have an Ext.data.Store bound with an Model + LocalStorage Proxy.
If I call "removeAll()" on this store, nothing happens. The profiler shows all store entries, like before.
If I call instead "Store.getProxy().clear()" all items get remove (like I expected "removeAll() will do".
Ext version tested:
Sencha Touch 2.0PR1
Browser versions tested against:
Safari 5 (iPhone 3GS /w iOS 5)
Description:
I have an Ext.data.Store bound with an Model + LocalStorage Proxy.
If I call "removeAll()" on this store, nothing happens. The profiler shows all store entries, like before.
If I call instead "Store.getProxy().clear()" all items get remove (like I expected "removeAll() will do".