Check documentation for the latest version of dhtmlxSuite isIE8 DHTMLX Docs

isIE8

set to true if browser is Internet Explorer 8

isIE8;

Example

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

Back to top