Categories | Question details Back To List | ||
dhtmlXLayout I´m using the folowing code: dhxLayout = new dhtmlXLayoutObject(document.body, "4U"); dhxLayout.cells("a").hideHeader(); dhxLayout.cells("b").hideHeader(); dhxLayout.cells("c").hideHeader(); dhxLayout.cells("d").hideHeader(); dhxLayout.cells("a").fixSize(true, true); dhxLayout.cells("b").fixSize(true, true); dhxLayout.cells("c").fixSize(true, true); So, i dont´t need to display the fixed lines between the cells. Is it possible ? Answer posted by Support on Dec 09, 2008 04:56 No, you can turn them off by editing the css/js. |