Check documentation for the latest version of dhtmlxSuite isHidden DHTMLX Docs

isHidden

checks the window's state: shown or hidden

boolean isHidden();
booleantrue, if hidden; false, if shown

Example

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

Back to top