X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/source/FieldSet.html diff --git a/docs/source/FieldSet.html b/docs/source/FieldSet.html index 61b69d50..0024dece 100644 --- a/docs/source/FieldSet.html +++ b/docs/source/FieldSet.html @@ -1,5 +1,6 @@ + The source code @@ -116,7 +117,7 @@ Ext.form.FieldSet = Ext.extend(Ext.Panel, { this.el = document.createElement('fieldset'); this.el.id = this.id; if (this.title || this.header || this.checkboxToggle) { - this.el.appendChild(document.createElement('legend')).className = 'x-fieldset-header'; + this.el.appendChild(document.createElement('legend')).className = this.baseCls + '-header'; } } @@ -238,14 +239,6 @@ Ext.form.FieldSet = Ext.extend(Ext.Panel, { * @cfg {Object/Array} tbar * @hide */ -
/** - * @cfg {String} tabTip - * @hide - */ -
/** - * @cfg {Boolean} titleCollapse - * @hide - */
/** * @cfg {Array} tools * @hide