Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VinylFox/Ext.ux.touch.SwipeTabs

Swipe Tab Plugin for sencha Touch
https://github.com/VinylFox/Ext.ux.touch.SwipeTabs

Last synced: 23 days ago
JSON representation

Swipe Tab Plugin for sencha Touch

Awesome Lists containing this project

README

        

== Ext.ux.touch.SwipeTabs

A plugin that lets the user swipe between tabs in a TabPanel. No configuration is needed.

= Sample Usage

{
xtype: 'tabpanel',
...,
plugins: 'swipetabs',
...
}

If you need a particular panel to not have swipe actions added to it, you can disable them by setting allowSwipe to false on the item.