Threaded View
-
18 Jun 2012 6:22 AM #1
Ext.Updater: Extjs3.4 migration to extjs 4.1
Ext.Updater: Extjs3.4 migration to extjs 4.1
Hello,
In my version ExtJs3.4, I use Ext.Updater with:
My question is how can I migrate it into ExtJs4.1?Code:Ext.Updater.defaults.showLoadIndicator = false; Ext.Updater.defaults.loadScripts = true; var mgr = new Ext.Updater (myComponent) mgr.formUpdate (formid, url, .., ..);
I can not choose the form to post with Ext.ComponentLoader


Reply With Quote