API Docs 0.11.3.33c7ec07

public
Extends Ember.Component

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

Show:

Methods

_willDestroyElement

private
Unregister form the parent component

_willRender

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

hide

protected

Hide the pane

show

protected

Show the pane

Properties

_didInsert boolean

private
flag to check if component has already been rendered, for the _willRender event handler

_parent unknown

private
stores the parent in didInsertElement hook as a work-a-round for https://github.com/emberjs/ember.js/issues/12080

active boolean

protected

Used to apply Bootstrap's "active" class

Default: false

fade boolean

protected

Use fade animation when switching tabs.

fadeDuration integer

protected

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.

Default: null

in boolean

protected

Used to apply Bootstrap's "in" class

Default: false

isActive boolean

protected

True if this pane is active (visible)

tab {Components.Tab}

protected

The parent Components.Tab instance.

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.

Default: null

usesTransition boolean

protected

Use CSS transitions when showing/hiding the pane?