Threaded View
-
4 Oct 2012 8:46 AM #11
skirtle is right.
try adding this to StandardGraphStore
Code:initComponent: function() { var store = Ext.getStore('StandardGraphStore'); if (!store) { store = Ext.create('TAB.store.StandardGraphStore'); } store.load(); }Last edited by metalinspired; 4 Oct 2012 at 8:49 AM. Reason: corrected error in code


Reply With Quote