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
|
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.