classroot.doAddSubview(v); this.bordercolor = color; this.setAttribute('bgcolor', color); if (this.style != null) { super._applystyle(s); this.interiorcolor = s.bgcolor; this.fgcolor = s.textcolor; this.bordercolor = s.bordercolor; if (this.bgcolor == null) { this.content.setAttribute('bgcolor', s.bgcolor); } } A Container that animates and coordinates the sliding of Tabelements.

A tabslider coordinates the opening and closing of its contained within its scope. Only the tabelement can be opened at one time. The height of the opened tabelement is determined by the height of the tabslider minus the total height of all the tabelements when they are closed.

]]>

The height of a tabelement (when it is closed) is defined in the tabelement's minheight attribute with a default value of 22. This can also be specified on the tabslider itself using the attribute imintabheight, which will be applied to all of its tabelements.

]]> tabelement