DHTMLX Docs & Samples Explorer

attachTabbar(width, height, mode)

adds a dhtmlxTree object to the pop-up window

  • width - (integer) the tabbar width
  • height - (integer) the tabbar height
  • mode - (string) the tabbar mode. By default, “top”
var myPop = new dhtmlXPopup({ ... });
var myTabbar = myPop.attachTabbar(350, 300);

Related resources