From 7ee81471a409a9441f1ad5e718970f5fef01c575 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jan 2021 15:46:06 +0800 Subject: [PATCH] examples/bootstrap/popover.js --- examples/bootstrap/popover.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/examples/bootstrap/popover.js b/examples/bootstrap/popover.js index dfbfb2eaa4..5749f5ec9a 100644 --- a/examples/bootstrap/popover.js +++ b/examples/bootstrap/popover.js @@ -98,27 +98,26 @@ Roo.apply(Pman.Popover.FileTest.prototype, { xtype : 'NavGroup', align : 'right', pilltype : false, - cls : '', - tooltip : '', type : 'pills', xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ { xtype : 'NavItem', - button_outline : true, - button_weight : 'primary', - fa : 'download', - html : 'Download', /* test1 */ + html : _this._strings['5a105e8b9d40e1329780d62ea2265d8a'] /* test1 */, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' }, { xtype : 'NavItem', - - fa : 'times', - linkcls : 'pr-0', - html : '' /* test1 */, + fa : 'times', + linkcls : 'pr-0', + listeners : { + click : function (e) + { + _this.dialog.hide(); + } + }, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' } -- 2.39.2