How to inject historyUrl on tab change in TabPanel
How to inject historyUrl on tab change in TabPanel
I am trying to use the MVC pattern. I am using Ext.dispatch to specify historyUrl on user actions and this is working fine.
However, what's the recommended way to inject historyUrl on events like tab change which happen automatically? I would like to track tab changes using history url so that back button/deep link works as exepcted.