Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/VinylFox/Ext.ux.touch.SwipeTabs
- Owner: VinylFox
- Created: 2010-11-08T14:03:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T11:23:24.000Z (over 10 years ago)
- Last Synced: 2024-09-04T00:03:59.423Z (5 months ago)
- Language: JavaScript
- Homepage: http://www.vinylfox.com
- Size: 144 KB
- Stars: 28
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- awesome - Ext.ux.touch.SwipeTabs - Swipe Tab Plugin for sencha Touch (etc)
- awesome - Ext.ux.touch.SwipeTabs - Swipe Tab Plugin for sencha Touch (etc)
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.