I have a dhtmlx window that is created with a form (not a dhtmlx form). This form is then submitted using Ajax to a backend and this backend then returns html that is used to replace the content of the dhtmlx window. I have not been successful in dynamicly changing the height/width of this window when the return content requires a larger window.
Is there a way to call a function on the window to have it redraw with new height/width.
Scenario:
Open window (100x100px)
Submits form
Validation error is returned and needs to be displayed (i know that the height and width need to change so the window is 300x100px)
[the last step is what I am looking for.]
Thanks,
Nick