Moving xwindow off screen

I would like to be able to move a dhtmlxwindow to be “off screen” (negative value for x and y) … this doesn’t seem to work when I try it using the move api. Is this possible ?



Thanks,

Steve


Code of dhtmlxwindow has innser check , which prevent moving window outside of viewport borders.



You can disable the logic, by adding next line to dhtmlxwindow initialization



dhxWins._fixWindowPositionInViewport=function(){};