DHTMLX Docs & Samples Explorer

attachFooter(div)

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

attaches the footer to the layout

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