Check documentation for the latest version of dhtmlxSuite setPosition DHTMLX Docs

setPosition

sets window's position (moves a window to the point set by a user)

void setPosition(number x,number y);
xnumberx-coordinate
ynumbery-coordinate

Example

myWins.window(id).setPosition(x, y);

Back to top