Components.TabPane public

The tab pane of a tab component. See Components.Tab for examples.

hide

protected

Hide the pane

show

protected

Show the pane

active boolean private

Used to apply Bootstrap's "active" class

activeId unknown private

fade boolean private

Use fade animation when switching tabs.

fadeDuration number private

The duration of the fade out animation

groupTitle string public

An optional group title used by the bs-tab component to group all panes with the same group title under a common drop down in the tab navigation. See the Components.Tab for examples.

isActive boolean private

True if this pane is active (visible)

showContent boolean private

Used to trigger the Bootstrap visibility classes.

title string public

The title for this tab pane. This is used by the bs-tab component to automatically generate the tab navigation. See the Components.Tab for examples.

usesTransition boolean private

Use CSS transitions?