Check documentation for the latest version of dhtmlxSuite isIE DHTMLX Docs

isIE

set to true if browser is Internet Explorer

isIE;

Example

if (window.dhx.isIE) {
    // your code
}

Back to top