left
the left coordinate of a window position
left?: number;
Example
var dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();
the left coordinate of a window position
Example
var dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();