Components.TabPane Class
The tab pane of a tab component. See Components.Tab for examples.
Item Index
Methods
Properties
Methods
_willDestroyElement
private_willRender
privatewillRender
event here to also support the fastboot environment, where there is no didInsertElement
hide
protectedHide the pane
show
protectedShow the pane
Properties
_didInsert boolean
private_willRender
event handler
_parent unknown
privateactive boolean
protectedUsed to apply Bootstrap's "active" class
Default: false
fade boolean
protectedUse fade animation when switching tabs.
fadeDuration integer
protectedThe duration of the fade out animation
groupTitle string
publicAn 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
protectedUsed to apply Bootstrap's "in" class
Default: false
isActive boolean
protectedTrue if this pane is active (visible)
title string
publicThe 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
protectedUse CSS transitions when showing/hiding the pane?