Rory
Results
2
comments of
Rory
Hi raulm, The way I handled it in my app was to have a titlebar within each of my views. Each view was an extended component, which included the sliderbar...
Hi raulm, For my slideview component, I gave it an id. ``` javascript items: [{ xtype: 'slideview', id: 'mainSlider', ``` The Slideview component has a public toggleContainer() method, so on...