(Snapshoots are here for more details) i got this : a combobox in the main view and 3 tabs that use the combobox to load their store.
The files Mathrice*.js
describe the whole view and the others (in directories) are the tabs.
My question is if there is a way to get the combobox in the tabs controller
Solution : Just need to to understand how viewModel works in sencha (cf sencha doc)
In tab's controller, i tried to get the parent controller which contains the combobox and then i play like i'm in that view. Below the controller of one tabs