Search Type: Posts; User: gooor
Search: Search took 0.01 seconds.
-
12 Feb 2013 6:58 AM
- Replies
- 1
- Views
- 303
Walkaround for this is:
beforesync:function (options, eOpts) {
if(options.create && options.create.length > 1) {
options.create.shift();
}
} -
12 Feb 2013 4:45 AM
- Replies
- 1
- Views
- 303
I'm adding new item to TreeStore with rest proxy, and doing store.sync
Ext.create('Ext.data.TreeStore', {
fields: storeFields,
autoLoad: false,
autoSync...
Results 1 to 2 of 2
