Properties

active - String, default = ''
Id of the active tab.
flow - String, default = 'down'
Defines flow of the tabs.
last - Object, default = {}
Object with run-time variables
reorder - Boolean, default = false
Defines if tabs can be reordered.
right - String, default = ''
Defines HTML in the right corner of the tabs.
routeData - String, default = ''
Object with data for the route.
tab_template - Object, default = {...} // see below
Template object for creation of new tabs
tabs - Array, default = []
Array of tab objects.
tooltip - String, default = 'top'
Defines how tooltips are positions.

Common Properties

box - DOM Element, default = null
The DOM element where to render the object.
handlers - Array, default = []
Array of event handlers.
name - String, default = ''
Unique name for the object.
style - String, default = ''
Additional style for the .box where the object is rendered.