From f95e114e561b5d6136d639d87b8c35cfbd3bf6f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 19:06:44 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.PYVJMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.IF7JMX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 1 + examples/bootstrap/dashboard1.js | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index a48e6b3c29..cbd1438f86 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -527,6 +527,7 @@ }, { "xtype" : "Radio", + "String boxLabel" : "Radio 1", "$ xns" : "Roo.bootstrap" } ] diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index d97f5d32ff..6ae6449aa9 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -567,6 +567,7 @@ dashboard1 = new Roo.XComponent({ }, { xtype : 'Radio', + boxLabel : 'Radio 1', xns : Roo.bootstrap } ] -- 2.39.2