From 20f482be2cc886beed176110c1b1a6d461823033 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 18:20:34 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.IVT4LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.1QN4LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 4 ++++ examples/bootstrap/dashboard1.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 8d671cc6fe..0559fb740e 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -507,6 +507,10 @@ "string placeholder" : "cls = has-error", "String fieldLabel" : "Input with Error", "$ xns" : "Roo.bootstrap" + }, + { + "xtype" : "CheckBox", + "$ xns" : "Roo.bootstrap" } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index f48e4db5f2..160609455e 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -547,6 +547,10 @@ dashboard1 = new Roo.XComponent({ placeholder : 'cls = has-error', fieldLabel : 'Input with Error', xns : Roo.bootstrap + }, + { + xtype : 'CheckBox', + xns : Roo.bootstrap } ] -- 2.39.2