From 207541b5a7850ac3ae10c3c8545edf2c3cd9f99c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Apr 2015 11:30:31 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 3 ++- examples/bootstrap/dashboard1.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index bec7778a3e..6ce2403782 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -166,7 +166,8 @@ "String weight" : "primary", "xtype" : "Button", "$ xns" : "Roo.bootstrap", - "String html" : "Submit" + "String html" : "Submit", + "string tooltip" : "A button" } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 45c79abb17..c53477f02f 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -194,6 +194,7 @@ dashboard1 = new Roo.XComponent({ { '|xns' : 'Roo.bootstrap', html : _this._strings['a4d3b161ce1309df1c4e25df28694b7b'], + tooltip : 'A button', weight : 'primary', xns : Roo.bootstrap, xtype : 'Button' -- 2.39.2