The Tabs Configuration to use for this tabbed container
Internal
_contentA reference to the HTML container element of the tab content
Internal
_contentThe CSS selector used to target the tab content element
Internal
_navA reference to the HTML navigation element the tab controller is bound to
Internal
_navThe CSS selector used to target the tab navigation element
The value of the active tab
A callback function to trigger when the tab is changed
The name of the tabs group
Activate a new tab by name
Bind the Tabs controller to an HTML application
Protected
_onProtected
Handle click events on the tab navigation entries
A left click event
A controller class for managing tabbed navigation within an Application instance.
See
foundry.applications.api.ApplicationV2
Example: Configure tab-control for a set of HTML elements
Activate tab control in JavaScript