DHXWins Restore

Hi,

i need the functionality from the “restore” button in the windows header section but can’t find it in the API.

The function I’m searching for should e.g. restore the initial size after maximizing the window.

Hi,

Unfortunateny, there isn’t a public method.

Try to use the following:

dhxWins = new dhtmlXWindows();

w1 = dhxWins.createWindow(…);

/to restore window w1/
dhxWins._restoreWindow(w1);