Creates a new tab control.
Add pages to it using addPage()
.
The underlying HTML element.
[internal] Creates an activation zone.
The button to target.
The action upon click.
Adds a tab page.
The title of the page to add.
Called on draw. Use this to set the contents.
Destroys the UI component.
Fires an event.
The event name to fire.
The arguments to pass.
Returns the element for this UI component.
Returns the size of the component.
Optional initialization code.
Listens for an event.
The event name to listen for.
The callback to assign.
Listens for an event once.
The event name to listen for.
The callback to assign.
Opens a page.
The ID of the page to open.
Sets the size of the component.
CSS prefixed width.
CSS prefixed height.
Generated using TypeDoc
Represents a UI control with tabbed pages.