Check documentation for the latest version of dhtmlxSuite allowMove DHTMLX Docs

allowMove

allows a window to be moved

void allowMove();

Example

myWins.window(id).allowMove();

Back to top