Threaded View
-
17 Jul 2012 7:57 AM #11
Thank you guys for you help.
I've tried both codes below.
However I still get Loading message and stops there.
Code:applyStore : function() { var store = new macc.store.Customer({autoLoad: true}); return store } applyStore : function() { var store = new macc.store.Customer(); store.load(); return store }


Reply With Quote