-
Unanswered: global store
Unanswered: global store
Hi
How i can create global store????
-
Sencha - Support Team
What is your intent here?
When you define/create a store you can access it as needed
var mystore = Ext.create('Ext.data.Store', { .. } ); // mystore.load()
Ext.define('myStore', {
extend: 'Ext.data.Store',
..
}
Also have a look at creating a store in the storeManager (storeId) and you can then reference it from there.
Regards,
Scott.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us