OptionalactiveOptionalautowhether to select new/moved tabs in tabset
Default: inherited from Global attribute tabSetAutoSelectTab (default true)
Optionalclassa class name to apply to the tab strip
Default: inherited from Global attribute tabSetClassNameTabStrip (default undefined)
Optionalconfiga place to hold json config used in your own code
Default: undefined
Optionalenablewhether the active icon (*) should be displayed when the tabset is active
Default: inherited from Global attribute tabSetEnableActiveIcon (default false)
Optionalenableallow user to close tabset via a close button
Default: inherited from Global attribute tabSetEnableClose (default false)
Optionalenablewhether to delete this tabset when is has no tabs
Default: inherited from Global attribute tabSetEnableDeleteWhenEmpty (default true)
Optionalenableallow user to drag tabs to region of this tabset, splitting into new tabset
Default: inherited from Global attribute tabSetEnableDivide (default true)
Optionalenableallow user to drag tabs out this tabset
Default: inherited from Global attribute tabSetEnableDrag (default true)
Optionalenableallow user to drag tabs into this tabset
Default: inherited from Global attribute tabSetEnableDrop (default true)
Optionalenableallow user to maximize tabset to fill view via maximize button
Default: inherited from Global attribute tabSetEnableMaximize (default true)
Optionalenableif the tabset has only a single tab then stretch the single tab to fill area and display in a header style
Default: inherited from Global attribute tabSetEnableSingleTabStretch (default false)
Optionalenablewhether to show a mini scrollbar for the tabs
Default: inherited from Global attribute tabSetEnableTabScrollbar (default false)
Optionalenableenable tab strip and allow multiple tabs in this tabset
Default: inherited from Global attribute tabSetEnableTabStrip (default true)
Optionalenablewrap tabs onto multiple lines
Default: inherited from Global attribute tabSetEnableTabWrap (default false)
Optionalidthe unique id of the tab set, if left undefined a uuid will be assigned
Default: undefined
Optionalmaxmaximum height (in px) for this tabset
Default: inherited from Global attribute tabSetMaxHeight (default 99999)
OptionalmaximizedMarks this tab set as being maximized, read from initial json but must subseqently be set on the model (only one tab set can be maximized)
Optionalmaxmaximum width (in px) for this tabset
Default: inherited from Global attribute tabSetMaxWidth (default 99999)
Optionalminminimum height (in px) for this tabset
Default: inherited from Global attribute tabSetMinHeight (default 0)
Optionalminminimum width (in px) for this tabset
Default: inherited from Global attribute tabSetMinWidth (default 0)
OptionalnameDefault: undefined
Optionalselectedindex of selected/visible tab in tabset
Default: 0
Optionaltabthe location of the tabs either top or bottom
Default: inherited from Global attribute tabSetTabLocation (default "top")
OptionaltypeFixed value: "tabset"
Optionalweightrelative weight for sizing of this tabset in parent row
Default: 100
Marks this as the active tab set, read from initial json but must subseqently be set on the model (only one tab set can be active)