sencha-SlideNavigation icon indicating copy to clipboard operation
sencha-SlideNavigation copied to clipboard

Custom button slide listener

Open captsisko opened this issue 10 years ago • 1 comments

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?

captsisko avatar Jul 24 '14 21:07 captsisko

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.

iosipeld avatar Jul 07 '15 21:07 iosipeld