From b99bc0d26d7b303899a08a080efaafe121e3860e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:00:25 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.GF13LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.FA93LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 6 ++---- examples/bootstrap/dashboard1.js | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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', -- 2.39.2