How to slide out a panel and then close?
i tried like this but it doesn’t remove the panel, it just seems to be hiding
this.el.slideOut('b', {remove: true});
in the panel configuration i have this
closable: true,
closeAction: 'destroy',
what i want to do is slideout panel then close it. any idea why this doesn’t remove panel from DOM ?
Regards
Try the following code.Hope it will help you:
You can check the working sample using below link:
http://jsfiddle.net/kesamkiran/kVbra/14/