Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by xx on Dec 18, 2008 07:27
open dhtmlx forum
In dhtmlxlayout,dhtmlxwindow can't be show,why?

In dhtmlxlayout,dhtmlxwindow can't be show,why? The same code work correctly in normal jsp file without dhtmllayout.
Answer posted by Support on Dec 19, 2008 02:54
dhtmlxWindows can be shown in dhtmlxLayout's cell.
You should do the following:
1. Create an object on the page;
2. Attach it to layout's cell;
3. Create a new instance of dhtmlxWindows;
4. Attach viewport to object inserted into layout's cell.