Hi,
I am using dhtmlxLayout, where I getting a problem regarding the resizing the layout. Whenever I resize the window it resize the width of layout but not the height of it. If I refresh the page after resizing the window, layout is resizing properly as per window width and height. Please find the below code
FMEA Details
<%––%>
html, body {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0px;
}
<%–search_fmea_new.jsp?subclass_id=<%=subclass_id%>
<jsp:include page=“includes/sep.html” flush=“true”/>
Welcome: <%=reqName%>
Hello,
Regarding the layout - all works (resize) fine on our side.
Note: your script recursively creates layouts and trees. Here is a screenshot.
sceenshot.zip (66 KB)
Please find the attachec screen snaps.
In FirstScreen.jpg, the window size is small, whenever I maximize the screen the width of layout has been changed but hight remain as it is. After I maximize the window the layout looks like SecondScreen.jpg.