sencha-SlideNavigation
sencha-SlideNavigation copied to clipboard
Custom button slide listener
Thanks for the library. I've found it very useful in my early development stages.
Can you tell me if there is a means to attach a listener to a button which will activate a slide show/hide effect?
You can select an extended component by it's xtype in controller refs and then call:
this.getXtypeDefinedInControllerRefs().toggleContainer();
It could be called from function which is a callback to your button tap.