Components.TabPane public

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

_registerWithParent

private
Register ourself as a child at the parent component We use the willRender event here to also support the fastboot environment, where there is no didInsertElement

_unregisterFromParent

private
Unregister from the parent component

hide

protected

Hide the pane

show

protected

Show the pane

_didRegister boolean private

flag to check if component has already been registered

_parent unknown private

The parent component

active boolean private

Default: false

Defined in addon/components/bs-tab/pane.js:59

Used to apply Bootstrap's "active" class

activeId unknown private

fade boolean private

Use fade animation when switching tabs.

fadeDuration integer private

Default: 150

Defined in addon/components/bs-tab/pane.js:117

The duration of the fade out animation

groupTitle string public

Default: null

Defined in addon/components/bs-tab/pane.js:94

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.

id null | HTMLElement

id string public

isActive boolean private

True if this pane is active (visible)

showContent boolean private

Default: false

Defined in addon/components/bs-tab/pane.js:70

Used to trigger the Bootstrap visibility classes.

title string public

Default: null

Defined in addon/components/bs-tab/pane.js:81

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?