this.labelid = _labelid; this.title=canvas.getLabelName(this.labelid); //if ($debug) Debug.write("toggleopen:: this.isopen", this.isopen); this.setAttribute('isopen',!this.isopen); if (this.isopen){ this.setAttribute('height',this.initheight); this.setAttribute('height',this.initheight); } else { this.setAttribute('height',22); } if ($debug) Debug.write("basePropertyPanel:: oninit"); this.initheight=this.height; if (parent.minimizable) { this.parent.toggleopen(); } this.parent.parent.toggleopen(); this.parent.parent.toggleopen();