noContent
defines whether tabs contain any content
noContent?: boolean;
Default value: falseExample
var tabbar = new dhx.Tabbar("tabbar_container", {
noContent:true
});
Related sample: Tabbar. Without Content
defines whether tabs contain any content
Example
var tabbar = new dhx.Tabbar("tabbar_container", {
noContent:true
});
Related sample: Tabbar. Without Content