Check documentation for the latest version of dhtmlxSuite isOpera DHTMLX Docs

isOpera

set to true if browser is Opera

isOpera;

Example

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

Back to top