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

Remove All menu items

Open danielmyasnikov opened this issue 12 years ago • 1 comments

Hi

So a quick question is how to remove all items in the plugin?

I tried this.removeAll() didn't work :(, I tried this.store.data.clear();

Also I found it's pretty hard to debug it, thus I'm asking this in here.

Would be great if you can help me out, thanks

danielmyasnikov avatar May 24 '13 01:05 danielmyasnikov

I just used. navSlide.store.removeAll() and it worked. It took me a while to figure that out but might help you out also.

my8bird avatar Mar 28 '14 18:03 my8bird