OptionalactiveOptionalautowhether to select new/moved tabs in tabset
Default: inherited from Global attribute tabSetAutoSelectTab (default true)
OptionalchildrenOptionalclassa 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)
Optionalenablewhether this tabset can be closed
Default: inherited from Global attribute tabSetEnableClose (default true)
Optionalenableif the tabset can be closed then show a close button
Default: inherited from Global attribute tabSetEnableCloseButton (default false)
Optionalenablewhether to delete this tabset when it has no tabs
Default: inherited from Global attribute tabSetEnableDeleteWhenEmpty (default true)
Optionalenablewhether dropping on an edge of this tabset splits it to create a new tabset
Default: inherited from Global attribute tabSetEnableDivide (default true)
Optionalenablewhether the user can drag tabs out of this tabset
Default: inherited from Global attribute tabSetEnableDrag (default true)
Optionalenablewhether tabs can be dropped into this tabset
Default: inherited from Global attribute tabSetEnableDrop (default true)
Optionalenablewhether the tabset can be maximized to fill the layout via the 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)
Optionalenablewhen enabled the tabset shows a tab strip and can host multiple tabs; when disabled the strip is hidden
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 1)
Optionalminminimum width (in px) for this tabset
Default: inherited from Global attribute tabSetMinWidth (default 1)
Optionalnamean accessible label for the tab strip (used as the tablist's aria-label; not displayed visually)
Default: undefined
Optionalselectedindex of selected/visible tab in tabset; -1 means no tab selected
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)