Check documentation for the latest version of dhtmlxSuite setDimension DHTMLX Docs

setDimension

sets the dimensions of the popup, when a component is attached to it

void setDimension(number width,number height);
widthnumberthe popup's width
heightnumberthe popup's height

Example

myPopup.setDimension(200,150);

Details

added in version 4.6.1

Back to top