Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by scott on Mar 23, 2009 08:30
open dhtmlx forum
dhtmlxLayout 100% height and width when container is a resizable object.

I need my layout control to resize both horizontally and vertically when the browser window gets resized.  It seems dhtmlxlayout has this functionality only when in full screen mode, but I need it so it resizes when created within a table cell object.  It appears the code fixes the height and width of the layout if it is created with in an object:   if (typeof (base) == "object")  ... I need the height and width to be 100% when the base is an object (since my object can resize as well).  Is it possible to do this with having to go into full-screen mode?

Thanks!
Answer posted by Alex (support) on Mar 23, 2009 08:58
Hello, 

Unfortunately, layout doesn't support the described feature at present. Autoresize functionality is available only for fullscreen mode. 

Possibly the next layout version will provide this functionality.