examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:08:29 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:08:29 +0000 (17:08 +0800)
examples/bootstrap/dashboard4.js

examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index 880184c..a9386c2 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "001",
  "strings" : {
   "9d5ed678fe57bcca610140957afab571" : "B",
+  "9db5682a4d778ca2cb79580bdb67083f" : "Some text",
   "0d61f8370cad1d412f80b84d143e1257" : "C",
   "f623e75af30e62bbd73d6df5b50bb7b5" : "D",
   "3a3ea00cfc35332cedf6e5e9a32e94da" : "E",
                     {
                      "String size" : "sm",
                      "xtype" : "Button",
-                     "$ xns" : "Roo.bootstrap"
+                     "$ xns" : "Roo.bootstrap",
+                     "String html" : "Some text"
                     }
                    ]
                   }
index c6c1a5b..10e3b85 100644 (file)
@@ -6,6 +6,7 @@ dashboard4 = new Roo.XComponent({
 
  _strings : {
   '9d5ed678fe57bcca610140957afab571' :"B",
+  '9db5682a4d778ca2cb79580bdb67083f' :"Some text",
   '0d61f8370cad1d412f80b84d143e1257' :"C",
   'f623e75af30e62bbd73d6df5b50bb7b5' :"D",
   '3a3ea00cfc35332cedf6e5e9a32e94da' :"E",
@@ -123,6 +124,7 @@ dashboard4 = new Roo.XComponent({
                    items : [
                     {
                      '|xns' : 'Roo.bootstrap',
+                     html : _this._strings['9db5682a4d778ca2cb79580bdb67083f'],
                      size : 'sm',
                      xns : Roo.bootstrap,
                      xtype : 'Button'