From: Alan Knowles Date: Thu, 11 Sep 2014 11:00:25 +0000 (+0800) Subject: examples/bootstrap/dashboard1.bjs.GF13LX X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=b99bc0d26d7b303899a08a080efaafe121e3860e;p=roojs1 examples/bootstrap/dashboard1.bjs.GF13LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.FA93LX examples/bootstrap/dashboard1.js --- diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index d64db81121..3157d6f2f6 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -117,10 +117,8 @@ "$ xns" : "Roo.bootstrap" }, { - "xtype" : "Input", - "String inputType" : "checkbox", - "$ xns" : "Roo.bootstrap", - "String fieldLabel" : "Fixme - checkbox type" + "xtype" : "CheckBox", + "$ xns" : "Roo.bootstrap" }, { "String weight" : "primary", diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 8f0e79ede4..b72feb10ae 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -125,10 +125,8 @@ dashboard1 = new Roo.XComponent({ xns : Roo.bootstrap }, { - xtype : 'Input', - inputType : 'checkbox', - xns : Roo.bootstrap, - fieldLabel : 'Fixme - checkbox type' + xtype : 'CheckBox', + xns : Roo.bootstrap }, { weight : 'primary',