Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by John on Nov 21, 2008 06:19
open dhtmlx forum
dhtmlxlayout fullscreen initialization

Hi,

I have successfully created my application with the dhtmlxlayout.
When i load the layout in a div it is ok.
I have also seen your example of loading a full screen layout.
My problem is that i want to initialize the layout when the page is already
loaded. I want to do this through a user event like clicking a link. (not through dody onload event)
However when i do this, the layout loads at the top of the page. i.e it does
not go full screen until i resize the browser window.
How can i initialize it fullscreen replacing the previous content entirely?

Thanks
John
Answer posted by Support on Nov 24, 2008 04:17
Layout init over existing components and occupy all document.body
Do not forget add the following style:
html, body{ width: 100%; height: 100%; overflow: hidden; margin: 0px; }
Here is a demo attached.
Attachments (1)
demo.zip670.00 B