rahul.yadav
21 Jul 2015, 3:44 AM
In my sample application(sencha touch v2.3) i used getHistory() method
var me=this;
this.getApplication().getHistory().add(new Ext.app.Action({
url:url
}), true);
it is available in Ext.app.Application but when i tried to do the same thing in Extjs-6 modern application give error 'getHistory is not a function' as i saw it is not available in Extjs-6 modern so provide me some alternate of it.the same thing with Ext.app.Action also.
var me=this;
this.getApplication().getHistory().add(new Ext.app.Action({
url:url
}), true);
it is available in Ext.app.Application but when i tried to do the same thing in Extjs-6 modern application give error 'getHistory is not a function' as i saw it is not available in Extjs-6 modern so provide me some alternate of it.the same thing with Ext.app.Action also.