X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_form_FieldLabel.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_FieldLabel.js.html;h=bbbeb69a00b8fc85116b0a001309b8de41977ef5;hp=375cec9780178342da724258105d0563e5490d14;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_FieldLabel.js.html b/docs/src/Roo_bootstrap_form_FieldLabel.js.html similarity index 93% rename from docs/src/Roo_bootstrap_FieldLabel.js.html rename to docs/src/Roo_bootstrap_form_FieldLabel.js.html index 375cec9780..bbbeb69a00 100644 --- a/docs/src/Roo_bootstrap_FieldLabel.js.html +++ b/docs/src/Roo_bootstrap_form_FieldLabel.js.html @@ -1,4 +1,4 @@ -Roo/bootstrap/FieldLabel.js/* +Roo/bootstrap/form/FieldLabel.js/* * - LGPL * * FieldLabel @@ -6,7 +6,7 @@ */ /** - * @class Roo.bootstrap.FieldLabel + * @class Roo.bootstrap.form.FieldLabel * @extends Roo.bootstrap.Component * Bootstrap FieldLabel class * @cfg {String} html contents of the element @@ -24,7 +24,7 @@ * @param {Object} config The config object */ -Roo.bootstrap.FieldLabel = function(config){ +Roo.bootstrap.form.FieldLabel = function(config){ Roo.bootstrap.Element.superclass.constructor.call(this, config); this.addEvents({ @@ -44,7 +44,7 @@ }); }; -Roo.extend(Roo.bootstrap.FieldLabel, Roo.bootstrap.Component, { +Roo.extend(Roo.bootstrap.form.FieldLabel, Roo.bootstrap.Component, { tag: 'label', cls: '', @@ -113,7 +113,7 @@ this.indicator.addClass('invisible'); } - Roo.bootstrap.FieldLabel.register(this); + Roo.bootstrap.form.FieldLabel.register(this); }, indicatorEl : function() @@ -174,13 +174,13 @@ }); -Roo.apply(Roo.bootstrap.FieldLabel, { +Roo.apply(Roo.bootstrap.form.FieldLabel, { groups: {}, /** * register a FieldLabel Group - * @param {Roo.bootstrap.FieldLabel} the FieldLabel to add + * @param {Roo.bootstrap.form.FieldLabel} the FieldLabel to add */ register : function(label) { @@ -194,7 +194,7 @@ /** * fetch a FieldLabel Group based on the target * @param {string} target - * @returns {Roo.bootstrap.FieldLabel} the CheckBox group + * @returns {Roo.bootstrap.form.FieldLabel} the CheckBox group */ get: function(target) { if (typeof(this.groups[target]) == 'undefined') {