Categories | Question details Back To List | ||
dhtmlxlayout - collapsed hello, currently when a dhtmlxlayout cell is collapsed, the collapsed cell is not very meaningful/informative. What i mean is that when a cell is expanded, it has a header that provides information. But when the cell is collapsed, that header information disappears and hence the user has no way of knowing what information will appear when he expands a cell.... how can we modifiy the collapsed cell header to be more meaningful? shouldn't the header text always display itself whether collapsed or not? thnks, j Answer posted by Alex (support) on Jun 25, 2009 03:44 hello, the described behaviour can be achieved by following modicfications: 1) try to locate following lines in the dhtmlxlayout.js and comment them 2) also you should set new height of the collapsed header: var dhxLayout = new dhtmlXLayoutObject(...); dhxLayout._collapsedW = 34; |