Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by joe on Jan 07, 2010 10:14
open dhtmlx forum
dhtmlwindow

Hi,

1. I have a window into which I am attaching grid I want to resize the window based on the grid size. some thing like enableAutoHeight(true, "380"); function of the grid.

2. I am having an issue with the popup window, user opens the app in a browser clicks on a like which opens a popup window now the user resizes the browser window, now the dhtml window remains with the initial size and so now with the reduced browser window size the popup window visibility is bad - Any solution for this.

Thanks
Joe
Answer posted by Alex (support) on Jan 11, 2010 06:45

Hello,

there is setDimension method that allows to change window size:

dhxWins.window(id).setDimension(width, height);