Check documentation for the latest version of dhtmlxSuite isParkable DHTMLX Docs

isParkable

checks if the window is parkable

boolean isParkable();
booleantrue - parkable, false - not parkable

Example

var isParkable = myWins.window(id).isParkable();

Back to top