Check documentation for the latest version of dhtmlxSuite adjustParentSize DHTMLX Docs

adjustParentSize

adjusts the parent's size to the form content

void adjustParentSize();

Example

myForm.adjustParentSize();

Details

the method is applied just to forms that reside in the dhtmlxLayout or dhtmlxWindows container components

Back to top