Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel diam massa, ut ultrices est. Nunc ut massa sit amet nisl semper ultrices eu id lacus.
This shows the control's base classes (in black), other classes used by the control, and any subclasses.
To obtain the button labels, the Tabs inspects each content element to see if it has a description() property. If so, the value of that property is used as the button label. For convenience, the Tab class has a predefined description() property, and can be used to host tabbed page contents, or as the basis for a custom tab control.
This wraps a Modes control. For modal behavior without the tabs, use Modes directly.
View the full source for Tabs on GitHub.