A container to hold the set of pages in a tabcontrol. A tabpanel should be placed in a tabcontrol. Each child of the tabpanel becomes a page of the tabcontrol. By clicking the first tab, the first child of the tabpanel will be displayed. By clicking the second tab, the second child of the tabpanel will be displayed.
Attributes:
Attributes inherited from XUL Element
Determines the horizontal alignment of the children of the tabpanel.
In the tabpanel is placed inside a horizontally oriented box, autostretch determines whether the tabpanel stretches vertically to fit the given space. For vertically oriented boxes, determines whether the tabpanel stretches horizontally to fit the given space. Stetching in the opoosite direction is controlled with the flex attribute.
If true, then the tabpanel is collapsed and does not appear. It is equavalent to setting the CSS visibility property to collapsed.
If the label of the tabpanel is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text.
If true, extra borders are drawn around the element and all its descendants. This can be used to determine orientation and where flexible elements are. If debug mode is enabled for a box, horizontal oriented boxes are displayed with a blue border and vertical boxes are displayed with a red border. The border above the element will be straight for non-flexible elements and wavy for flexible elements.
Indicates the flexibility of the tabpanel. Flexible elements grow and shrink to fit their given space. The actual value is not relevant unless there are other flexible elements with-in the same container. Elements with larger flex values will grow more than elements with lower flex values, at the ratio determined by the two elements.
The height of the tabpanel in pixels. It is recommended to use the CSS height property instead.
For elements placed within a bulletinboard, specifies the position of the left edge of the tabpanel.
Used to specify whether the children of the tabpanel element are oriented horizontally or vertically.
For elements placed within a bulletinboard, specifies the position of the top edge of the tabpanel.
Determines the vertical alignment of the children of the tabpanel.
The width of the tabpanel in pixels. It is recommended to use the CSS width property instead.