sets tabs' mode (top or bottom)
mode | string | "top" or "bottom", "top" by default |
// mode can be set by specifying 2nd param in the constructor
var myTabbar = new dhtmlXTabBar("parentId", "bottom");
// or using function
myTabbar.setTabsMode("bottom");
added in 4.0
Back to top