hi,
when we use 2U layout in our project (we have common header and footer) for project , as soon as layout load all the required pages, the header html and footer html are non accessible.
here is the code
dhxLayout = new dhtmlXLayoutObject(“BodyLayout”, “2U”);
dhxLayout.setEffect(“resize”, false);
dhxLayout.setEffect(“collapse”,false);
dhxLayout.setEffect(“highlight”,false); …
and we are using licensed 2.0 version.