Do Ext.redirect() or Ext.dispatch() exist in Ext JS 4? Alternatives?
Do Ext.redirect() or Ext.dispatch() exist in Ext JS 4? Alternatives?
I've been playing with Sencha Touch lately and I got used to using Ext.redirect() to to dispatch my views. Is there an equivalent in Ext JS 4?
I see from this bug report http://www.sencha.com/forum/showthre...light=redirect that this has been noticed, but the alternative of using Ext.dispatch() mentioned in that thread is not working for me either. I get a "Uncaught TypeError: Object #<Object> has no method 'dispatch'" error.
I do not see either method in the docs. Have they been replaced with something? Is there another way to get that cool #controller/action notation in my URL with the built in history?