examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 20 Nov 2020 06:23:06 +0000 (14:23 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 20 Nov 2020 06:23:06 +0000 (14:23 +0800)
examples/bootstrap/dashboard4.js

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

index fc9d22d..8c26a12 100644 (file)
          "$ xns" : "Roo.bootstrap",
          "String title" : "test",
          "items" : [
+          {
+           "xtype" : "Button",
+           "$ xns" : "Roo.bootstrap",
+           "String html" : "test"
+          },
           {
            "xtype" : "CardUploader",
            "$ xns" : "Roo.bootstrap"
index 44e9b3b..6bce3bf 100644 (file)
@@ -163,6 +163,12 @@ dashboard4 = new Roo.XComponent({
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
          items  : [
+          {
+           xtype : 'Button',
+           html : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */,
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
+          },
           {
            xtype : 'CardUploader',
            xns : Roo.bootstrap,