DhtmlxWindow height in percentage(%)

How can i set the height of the dhtmlxWindow in percentage(%), so that the window can take the height of the content inside it.



thanks,

Huzefa


Hello,


the sizes should be fixed, in pixels.


But you can change the window size after intialization using setDimension(width, height) if it’s necessary.


win.setDimension(width, height);