setPosition()
sets the position of a window
setPosition(left: number, top: number): void;
Parameters:
left: number
- the left coordinate of a windowtop: number
- the top coordinate of a window
Example
dhxWindow.setPosition(20,20);
dhxWindow.show();
Related sample: Window. Get/set Window position