Class: verticalTab

Drupal.verticalTab(settings)

new verticalTab(settings)

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.

Source:
Fires:
Listens to Events:

Methods

focus()

Displays the tab's content pane.

Source:

focus(triggerFocus)

Displays the tab's content pane.

Parameters:
Name Type Description
triggerFocus bool

Whether focus should be triggered for the summary element.

Source:

tabHide() → {Drupal.verticalTab}

Hides a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabHide() → {Drupal.verticalTab}

Hides a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabShow() → {Drupal.verticalTab}

Shows a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabShow() → {Drupal.verticalTab}

Shows a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

updateSummary()

Updates the tab's summary.

Source:

updateSummary()

Updates the tab's summary.

Source:

Drupal.verticalTab(settings)

new verticalTab(settings)

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.

Source:
Fires:
Listens to Events:

Methods

focus()

Displays the tab's content pane.

Source:

focus(triggerFocus)

Displays the tab's content pane.

Parameters:
Name Type Description
triggerFocus bool

Whether focus should be triggered for the summary element.

Source:

tabHide() → {Drupal.verticalTab}

Hides a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabHide() → {Drupal.verticalTab}

Hides a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabShow() → {Drupal.verticalTab}

Shows a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

tabShow() → {Drupal.verticalTab}

Shows a vertical tab pane.

Source:
Returns:

The verticalTab instance.

Type
Drupal.verticalTab

updateSummary()

Updates the tab's summary.

Source:

updateSummary()

Updates the tab's summary.

Source: