DHTMLX Docs & Samples Explorer

attachLayout(width, height, pattern)

adds a dhtmlxLayout object to the pop-up window

  • width - (integer) the layout width
  • height - (integer) the layout height
  • pattern - (string) the layout pattern. By default, “3L”
var myPop = new dhtmlXPopup({ ... });
var myLayout = myPop.attachLayout(350, 300, "2U");

Related resources