examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 07:09:54 +0000 (15:09 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 07:09:54 +0000 (15:09 +0800)
examples/bootstrap/dashboard4.js

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

index 48084b8..51c9a37 100644 (file)
             {
              "xtype" : "Input",
              "string placeholder" : "New Ticket",
-             "$ xns" : "Roo.bootstrap",
-             "items" : [
-              {
-               "String size" : "sm",
-               "xtype" : "Button",
-               "String fa" : "plus",
-               "$ xns" : "Roo.bootstrap",
-               "* prop" : "after"
-              }
-             ]
+             "$ xns" : "Roo.bootstrap"
             }
            ]
           },
index 7e80711..857ed08 100644 (file)
@@ -79,14 +79,7 @@ dashboard4 = new Roo.XComponent({
              xtype : 'Input',
              placeholder : _this._strings['009d65200f49f77cb6b15bdeadf60cdf'] /* New Ticket */,
              xns : Roo.bootstrap,
-             '|xns' : 'Roo.bootstrap',
-             after : {
-              xtype : 'Button',
-              fa : 'plus',
-              size : 'sm',
-              xns : Roo.bootstrap,
-              '|xns' : 'Roo.bootstrap'
-             }
+             '|xns' : 'Roo.bootstrap'
             }
            ]
           },