new verticalTab(settings)
The vertical tab object represents a single tab within a tab group.
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
settings |
object | Settings object. Properties
|
- 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. |
tabHide() → {Drupal.verticalTab}
Hides a vertical tab pane.
- Source:
Returns:
The verticalTab instance.
- Type
- Drupal.verticalTab
tabHide() → {Drupal.verticalTab}
Hides a vertical tab pane.
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.
Returns:
The verticalTab instance.
- Type
- Drupal.verticalTab
updateSummary()
Updates the tab's summary.
- Source:
updateSummary()
Updates the tab's summary.