Check documentation for the latest version of dhtmlxSuite isFF DHTMLX Docs

isFF

set to true if browser is Firefox

isFF;

Example

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

Back to top