examples/bootstrap/dashboard1.bjs.9C5ZLX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:01:07 +0000 (19:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:01:07 +0000 (19:01 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.AOA0LX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.Q4C0LX
examples/bootstrap/dashboard1.js.W8H0LX
examples/bootstrap/dashboard1.bjs.TAF6LX
examples/bootstrap/dashboard1.js.EEL6LX
examples/bootstrap/dashboard1.bjs.3Y8FMX
examples/bootstrap/dashboard1.js.6BFGMX
examples/bootstrap/dashboard1.bjs.UPHGMX
examples/bootstrap/dashboard1.js.SJMGMX

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

index 6d4f5c1..478e713 100644 (file)
                                                                                     "xtype" : "CheckBox",
                                                                                     "String boxLabel" : "Checkbox 1",
                                                                                     "$ xns" : "Roo.bootstrap"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "CheckBox",
+                                                                                    "String boxLabel" : "Checkbox 2",
+                                                                                    "$ xns" : "Roo.bootstrap"
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "CheckBox",
+                                                                                    "String boxLabel" : "Checkbox 2",
+                                                                                    "$ xns" : "Roo.bootstrap"
                                                                                 }
                                                                             ]
                                                                         }
index 61bfd33..cce8854 100644 (file)
@@ -551,6 +551,16 @@ dashboard1 = new Roo.XComponent({
                                                                                     xtype : 'CheckBox',
                                                                                     boxLabel : 'Checkbox 1',
                                                                                     xns : Roo.bootstrap
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'CheckBox',
+                                                                                    boxLabel : 'Checkbox 2',
+                                                                                    xns : Roo.bootstrap
+                                                                                },
+                                                                               {
+                                                                                    xtype : 'CheckBox',
+                                                                                    boxLabel : 'Checkbox 2',
+                                                                                    xns : Roo.bootstrap
                                                                                 }
                                                                             ]