Check documentation for the latest version of dhtmlxSuite isModal DHTMLX Docs

isModal

checks if the window is modal

boolean isModal();
booleantrue - modal, false - not modal

Example

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

Back to top