this.el = document.createElement('fieldset');\r
this.el.id = this.id;\r
if (this.title || this.header || this.checkboxToggle) {\r
- this.el.appendChild(document.createElement('legend')).className = 'x-fieldset-header';\r
+ this.el.appendChild(document.createElement('legend')).className = this.baseCls + '-header';\r
}\r
}\r
\r