From 8833a876dc229733e9332b597add477d30d8d5c3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Dec 2020 13:52:30 +0800 Subject: [PATCH] Roo/bootstrap/TabPanel.js --- Roo/bootstrap/TabPanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/TabPanel.js b/Roo/bootstrap/TabPanel.js index 83e5b58820..8bd63c9370 100644 --- a/Roo/bootstrap/TabPanel.js +++ b/Roo/bootstrap/TabPanel.js @@ -14,6 +14,7 @@ * @cfg {String} tabId unique tab ID (will be autogenerated if not set. - used to match TabItem to Panel) * @cfg {String} navId The Roo.bootstrap.NavGroup which triggers show hide () * @cfg {String} href click to link.. + * @cfg {Boolean} touchSlide if swiping slides tab to next panel (default off) * * * @constructor @@ -53,7 +54,7 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component, { tabId: false, navId : false, href : '', - + touchSlide : false, getAutoCreate : function(){ -- 2.39.2