From 1774cac1492193f53c58b103291e5268523e1a8c Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 17 Nov 2017 11:17:32 +0800 Subject: [PATCH] examples/bootstrap/RadioSet.bjs examples/bootstrap/RadioSet.js --- examples/bootstrap/RadioSet.bjs | 2 +- examples/bootstrap/RadioSet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/RadioSet.bjs b/examples/bootstrap/RadioSet.bjs index f5d91ef2bd..6e984acdfe 100644 --- a/examples/bootstrap/RadioSet.bjs +++ b/examples/bootstrap/RadioSet.bjs @@ -54,7 +54,7 @@ { "xtype" : "RadioSet", "$ xns" : "Roo.bootstrap", - "string fieldLable" : "", + "string fieldLable" : "Radio Field Lable", "items" : [ { "xtype" : "RadioItem", diff --git a/examples/bootstrap/RadioSet.js b/examples/bootstrap/RadioSet.js index 6e2b5807c3..962ae156fe 100644 --- a/examples/bootstrap/RadioSet.js +++ b/examples/bootstrap/RadioSet.js @@ -71,7 +71,7 @@ RadioSet = new Roo.XComponent({ items : [ { xtype : 'RadioSet', - fieldLable : '', + fieldLable : 'Radio Field Lable', xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ -- 2.39.2