Threaded View
-
13 Nov 2012 9:53 AM #1
Unanswered: pb in handling loalStorage memory
Unanswered: pb in handling loalStorage memory
When i display my data from the store in a list , all my items are multiplied, each time i load my app (F5)
this code works perfectly well in 2.03 version, but in 2.1, the items are multipliedCode:var imagStore=Ext.create('Ext.data.Store', { model: 'CWFSE.model.Document',// use a model data: record.get('docs'), // set the store data as the doc array }); //ref to my list view this.getTest().setStore(imagStore);
Someone can help me with this ? Is this a bug or something i'm doing wrong ?


Reply With Quote