verticalTab

Drupal. verticalTab

new verticalTab(settings)

Source:
The vertical tab object represents a single tab within a tab group.
Parameters:
Name Type Description
settings object Settings object.
Properties
Name Type Description
title string The name of the tab.
details jQuery The jQuery object of the details element that is the tab pane.
Fires:
Listens to Events:

Methods

focus()

Source:
Displays the tab's content pane.

tabHide() → {Drupal.verticalTab}

Source:
Hides a vertical tab pane.
Returns:
The verticalTab instance.
Type
Drupal.verticalTab

tabShow() → {Drupal.verticalTab}

Source:
Shows a vertical tab pane.
Returns:
The verticalTab instance.
Type
Drupal.verticalTab

updateSummary()

Source:
Updates the tab's summary.