examples/bootstrap/dashboard1.bjs.IVQ9LX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:01:22 +0000 (19:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:01:22 +0000 (19:01 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.BXH8LX
examples/bootstrap/dashboard1.js

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

index 2c4ce55..42a2e36 100644 (file)
                                                                                 {
                                                                                     "xtype" : "CheckBox",
                                                                                     "String boxLabel" : "Checkbox Disabled",
+                                                                                    "Boolean disabled" : true,
                                                                                     "$ xns" : "Roo.bootstrap"
                                                                                 }
                                                                             ]
index bef7758..e6fe4e4 100644 (file)
@@ -560,6 +560,7 @@ dashboard1 = new Roo.XComponent({
                                                                                {
                                                                                     xtype : 'CheckBox',
                                                                                     boxLabel : 'Checkbox Disabled',
+                                                                                    disabled : true,
                                                                                     xns : Roo.bootstrap
                                                                                 }
                                                                             ]