Categories | Question details Back To List | ||
dhtmlxlayout having issue to integrate with common header and footer pages 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); ... <div id="BodyLayout" style="height: 450px; width: 950px;"></div> and we are using licensed 2.0 version. Answer posted by Alex (support) on Mar 26, 2009 01:48 Hello, Could you please provide the sample to reproduce the problem ? Or direct link to the problematic page (it can be also sent to support@dhmlx.com). |