Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

File metadata and controls

14 lines (10 loc) · 343 Bytes

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

{
  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.