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

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

index 9d46a05..10edccb 100644 (file)
@@ -7,10 +7,10 @@
  "modOrder" : "001",
  "strings" : {
   "098f6bcd4621d373cade4e832627b4f6" : "test",
-  "d41d8cd98f00b204e9800998ecf8427e" : "",
   "e93b3fa481be3932aa08bd68c3deee70" : "example 1",
   "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here",
   "9cf863d802aca813531ca28b319ead90" : "Add Issue",
+  "fb66f41b81f5973740bbfed019aa5d7d" : "Upload Images or Documents",
   "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1"
  },
  "items" : [
          "$ xns" : "Roo.bootstrap",
          "String title" : "test",
          "items" : [
-          {
-           "xtype" : "Button",
-           "$ xns" : "Roo.bootstrap",
-           "String html" : "test"
-          },
           {
            "xtype" : "CardUploader",
-           "string html" : "",
+           "string html" : "Upload Images or Documents",
            "$ xns" : "Roo.bootstrap"
           }
          ]
index d2e0af6..0ac4769 100644 (file)
@@ -6,10 +6,10 @@ dashboard4 = new Roo.XComponent({
 
  _strings : {
   '098f6bcd4621d373cade4e832627b4f6' :"test",
-  'd41d8cd98f00b204e9800998ecf8427e' :"",
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
   '9cf863d802aca813531ca28b319ead90' :"Add Issue",
+  'fb66f41b81f5973740bbfed019aa5d7d' :"Upload Images or Documents",
   'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1"
  },
 
@@ -164,15 +164,9 @@ 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',
-           html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
+           html : _this._strings['fb66f41b81f5973740bbfed019aa5d7d'] /* Upload Images or Documents */,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap'
           }