Check documentation for the latest version of dhtmlxSuite centerOnScreen DHTMLX Docs

centerOnScreen

centers a window on the screen

void centerOnScreen();

Example

myWins.window(id).centerOnScreen();

Back to top