Check documentation for the latest version of dhtmlxSuite isIE7 DHTMLX Docs

isIE7

set to true if browser is Internet Explorer 7

isIE7;

Example

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

Back to top