sencha-SlideNavigation
sencha-SlideNavigation copied to clipboard
Sliding side menu for Sencha Touch apps. Inspired by Facebook's mobile app menu.
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...
Hi, when I remove my view (that's extending Ext.ux.slidenavigation.View) from Viewport and re-add the render is messed up. If my view extends Ext.Container there are no problems with the remove/add...
On a certain view I would like to disable the draggable option which is initialized with the default value containerSlideDelay: 10. I can set it to -1 using mySlideNav.setContainerSlideDelay(-1) and...
Hi, I'm trying to use your library. I'm using your example and I'm trying to add List component. But what ever I do, I couldn't make listview visible. Could you...
hello if i do add a panel with the showBy method to one of my views, and unveil the menu with a slide, the panel stays right where it was...
Any thoughts on how to implement these so you can have both a right and left nav similar to Fastbook?
There is a bug if not items at init.
Hi, I tested on 3 different samsung android 2.3.6, it just show menu, did not show the button menu, and the content Can you run on android 2?
Hello, I was trying to enable the slide only by dragging the toolbar. I found that I can set the containerSlideDelay to "-1" to disable the dragging from the container...