Check documentation for the latest version of dhtmlxSuite isWindow DHTMLX Docs

isWindow

checks if a window with the specified id exists

boolean isWindow(string id);
idstringid of the window to check
booleantrue, if a window exists; false, if there's no such a window

Example

var isWin = myWins.isWindow(id);

Back to top