Check documentation for the
latest version of dhtmlxSuite
isIE7 DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
ajax
dateFormat
dateLang
dateStrings
isChrome
isEdge
isFF
isIE
isIE10
isIE11
isIE6
isIE7
isIE8
isIE9
isIPad
isKHTML
isOpera
promise
version
Start
Helpers
Common API
Others
isIE7
set to true if browser is Internet Explorer 7
isIE7
;
Example
if
(
window.
dhx
.
isIE7
)
{
// your code
}
Back to top