view source
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2020 09:52:07 +0000 (17:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2020 09:52:07 +0000 (17:52 +0800)
examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index b63815e..becdfe7 100644 (file)
      "xtype" : "Container",
      "$ xns" : "Roo.bootstrap",
      "items" : [
      "xtype" : "Container",
      "$ xns" : "Roo.bootstrap",
      "items" : [
+      {
+       "xtype" : "Button",
+       "$ xns" : "Roo.bootstrap"
+      },
       {
        "xtype" : "Row",
        "$ xns" : "Roo.bootstrap",
       {
        "xtype" : "Row",
        "$ xns" : "Roo.bootstrap",
index 9226da6..5ea667c 100644 (file)
@@ -36,6 +36,11 @@ dashboard4 = new Roo.XComponent({
      xns : Roo.bootstrap,
      '|xns' : 'Roo.bootstrap',
      items  : [
      xns : Roo.bootstrap,
      '|xns' : 'Roo.bootstrap',
      items  : [
+      {
+       xtype : 'Button',
+       xns : Roo.bootstrap,
+       '|xns' : 'Roo.bootstrap'
+      },
       {
        xtype : 'Row',
        xns : Roo.bootstrap,
       {
        xtype : 'Row',
        xns : Roo.bootstrap,