dx5 Properties
browser
-
Version 1.0.0.0 or later
-
Explanation
The dx5.browser object has properties that let you determine from which browser the current page is loaded.
Older browsers may not recognize correctly.
The properties of the 'browser'
Name Type Explanation isOpera Boolean Booelan value indicating whether it is an Opera browser.
isFirefox Boolean Booelan value indicating whether it is an Firefox browser.
isChrome Boolean Booelan value indicating whether it is an Chrome browser.
isIE Boolean Booelan value indicating whether it is an Internet Explorer browser.
isEdge Boolean Booelan value indicating whether it is an Microsoft Edge browser.
isSafari Boolean Version 2.5.0.0 or later
Booelan value indicating whether it is an Safari browser.
isUnknown Boolean It is true if it is another browser or if it is unknown.