Check documentation for the latest version of dhtmlxSuite isParked DHTMLX Docs

isParked

checks if the window is parked

boolean isParked();
booleantrue - parked, false - not parked

Example

var isPr = myWins.window(id).isParked();

Back to top