From f1977aaeffcc375f6d4abacc7d5d87e3b11d3dfa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 15:17:08 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 13f120069b..81e20274f5 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -13,8 +13,8 @@ * @cfg {String} weight (default | primary | secondary | success | info | warning | danger | link ) default * @cfg {String} badge_weight (default | primary | secondary | success | info | warning | danger | link ) default (same as button) * @cfg {Boolean} outline default false (except for weight=default which emulates old behaveiour with an outline) - * @cfg {String} size ( lg | sm | xs) - * @cfg {String} tag ( a | input | submit) + * @cfg {String} size (lg|sm|xs) + * @cfg {String} tag (a|input|submit) * @cfg {String} href empty or href * @cfg {Boolean} disabled default false; * @cfg {Boolean} isClose default false; -- 2.39.2