examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:08:11 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2015 09:08:11 +0000 (17:08 +0800)
examples/bootstrap/dashboard4.js

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

index 7a87149..4578507 100644 (file)
                  "items" : [
                   {
                    "xtype" : "Column",
-                   "$ xns" : "Roo.bootstrap"
+                   "$ xns" : "Roo.bootstrap",
+                   "items" : [
+                    {
+                     "xtype" : "Button",
+                     "$ xns" : "Roo.bootstrap"
+                    }
+                   ]
                   }
                  ]
                 },
index 6228d6e..cdfaa9b 100644 (file)
@@ -119,7 +119,15 @@ dashboard4 = new Roo.XComponent({
                   {
                    '|xns' : 'Roo.bootstrap',
                    xns : Roo.bootstrap,
-                   xtype : 'Column'
+                   xtype : 'Column',
+                   items : [
+                    {
+                     '|xns' : 'Roo.bootstrap',
+                     xns : Roo.bootstrap,
+                     xtype : 'Button'
+                    }
+                   ]
+
                   }
                  ]