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

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

index 8c26a12..9d46a05 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "001",
  "strings" : {
   "098f6bcd4621d373cade4e832627b4f6" : "test",
+  "d41d8cd98f00b204e9800998ecf8427e" : "",
   "e93b3fa481be3932aa08bd68c3deee70" : "example 1",
   "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here",
   "9cf863d802aca813531ca28b319ead90" : "Add Issue",
           },
           {
            "xtype" : "CardUploader",
+           "string html" : "",
            "$ xns" : "Roo.bootstrap"
           }
          ]
index 6bce3bf..d2e0af6 100644 (file)
@@ -6,6 +6,7 @@ dashboard4 = new Roo.XComponent({
 
  _strings : {
   '098f6bcd4621d373cade4e832627b4f6' :"test",
+  'd41d8cd98f00b204e9800998ecf8427e' :"",
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
   '9cf863d802aca813531ca28b319ead90' :"Add Issue",
@@ -171,6 +172,7 @@ dashboard4 = new Roo.XComponent({
           },
           {
            xtype : 'CardUploader',
+           html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap'
           }