Check documentation for the latest version of dhtmlxSuite getPosition DHTMLX Docs

getPosition

returns current window's position

array getPosition();
arraycurrent window position (x,y)

Example

var pos = myWins.window(id).getPosition(); // returns [x,y]

Back to top