DHTMLX Docs & Samples Explorer

attachHeader(div)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxcontainer.js

attaches the header to the layout

  • div - the header html container (or its id)
layout1 = new dhtmlXLayoutObject("parentId", "3L");
layout1.attachHeader('headerDiv');