tabHeight
sets the height of a tab
tabHeight?: number | string;
Default value: 45Example
const tabbar = new dhx.Tabbar("tabbar_container", {
tabHeight: 50
});
Related sample: Tabbar. Tab size
Change log:
The "string" type is added in v7.0.
sets the height of a tab
Example
const tabbar = new dhx.Tabbar("tabbar_container", {
tabHeight: 50
});
Related sample: Tabbar. Tab size
The "string" type is added in v7.0.