X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2Fform%2FRadio.js;fp=Roo%2Fbootstrap%2FRadio.js;h=6d51e4b4bfc07a9a3f4bddbb6aaf96933b134d1a;hp=cddcdd11690e3e54336618e6da3bea0f220eba23;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/bootstrap/Radio.js b/Roo/bootstrap/form/Radio.js similarity index 86% rename from Roo/bootstrap/Radio.js rename to Roo/bootstrap/form/Radio.js index cddcdd1169..6d51e4b4bf 100644 --- a/Roo/bootstrap/Radio.js +++ b/Roo/bootstrap/form/Radio.js @@ -6,7 +6,7 @@ */ /** - * @class Roo.bootstrap.Radio + * @class Roo.bootstrap.form.Radio * @extends Roo.bootstrap.Component * Bootstrap Radio class * @cfg {String} boxLabel - the label associated @@ -16,12 +16,12 @@ * Create a new Radio * @param {Object} config The config object */ -Roo.bootstrap.Radio = function(config){ - Roo.bootstrap.Radio.superclass.constructor.call(this, config); +Roo.bootstrap.form.Radio = function(config){ + Roo.bootstrap.form.Radio.superclass.constructor.call(this, config); }; -Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, { +Roo.extend(Roo.bootstrap.form.Radio, Roo.bootstrap.Component, { boxLabel : '',