examples/bootstrap/Dashboard.Sidebar2.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 24 Nov 2016 06:34:59 +0000 (14:34 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Nov 2016 06:34:59 +0000 (14:34 +0800)
examples/bootstrap/Dashboard.Sidebar2.js

examples/bootstrap/Dashboard.Sidebar2.bjs
examples/bootstrap/Dashboard.Sidebar2.js

index 10795c1..bcf5259 100644 (file)
@@ -6,6 +6,7 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
+  "180ad460b6c01d52766cac486d5272c0" : "test aaa",
   "098f6bcd4621d373cade4e832627b4f6" : "test"
  },
  "items" : [
@@ -52,7 +53,7 @@
              },
              "xtype" : "MenuItem",
              "$ xns" : "Roo.bootstrap",
-             "String html" : "test"
+             "String html" : "test aaa"
             }
            ]
           }
index a92eb8d..7f78fd9 100644 (file)
@@ -7,6 +7,7 @@ Roo.namespace('Dashboard');
 Dashboard.Sidebar2 = new Roo.XComponent({
 
  _strings : {
+  '180ad460b6c01d52766cac486d5272c0' :"test aaa",
   '098f6bcd4621d373cade4e832627b4f6' :"test"
  },
 
@@ -65,7 +66,7 @@ Dashboard.Sidebar2 = new Roo.XComponent({
            },
            {
             xtype : 'MenuItem',
-            html : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */,
+            html : _this._strings['180ad460b6c01d52766cac486d5272c0'] /* test aaa */,
             listeners : {
              click : function (_self, e)
               {