Check documentation for the latest version of dhtmlxSuite adjustPosition DHTMLX Docs

adjustPosition

adjusts window position inside viewport

void adjustPosition();

Example

myWins.window(id).adjustPosition();

Details

if viewport's dimension was changes window can be outside of viewport and unreachable, adjustPosition() change window's position so user will able to see it

Back to top