examples/bootstrap/dashboard1.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 2 Jun 2021 06:54:47 +0000 (14:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Jun 2021 06:54:47 +0000 (14:54 +0800)
examples/bootstrap/dashboard1.js

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 8515c92..903366d 100644 (file)
                      "String vtype" : "email"
                     },
                     {
-                     "xtype" : "ButtonUpload",
+                     "xtype" : "ButtonUploader",
                      "String inputType" : "file",
                      "string html" : "Uplaod a file",
                      "$ xns" : "Roo.bootstrap"
index 5c9420f..5de3f91 100644 (file)
@@ -199,7 +199,7 @@ dashboard1 = new Roo.XComponent({
                      '|xns' : 'Roo.bootstrap'
                     },
                     {
-                     xtype : 'ButtonUpload',
+                     xtype : 'ButtonUploader',
                      html : _this._strings['20cd1be1f1f5928b3ee0ca6d96c01338'] /* Uplaod a file */,
                      inputType : 'file',
                      xns : Roo.bootstrap,