Class Index | File Index

Classes


Namespace $.browser

Holds browser information.
Defined in: core.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
$.browser.chrome
Google Chrome uses WebKit as the render engine.
<static>  
$.browser.chromeVersion
<static>  
$.browser.epiphany
Epiphany is the default Web browser of the GNOME desktop environment.
<static>  
$.browser.epiphanyVersion
<static>  
$.browser.firefox
Firefox uses the Gecko render engine.
<static>  
$.browser.firefoxVersion
<static>  
$.browser.gecko
Gecko is the render engine used by Firefox and related products.
<static>  
$.browser.geckoBuild
<static>  
$.browser.khtml
KHTML is the render engine used by Konqueror.
<static>  
$.browser.khtmlVersion
<static>  
$.browser.konqueror
Konqueror is the Web browser of the KDE desktop environment.
<static>  
$.browser.konquerorVersion
<static>  
$.browser.mozilla
<static>  
$.browser.msie
Microsoft Internet Explorer.
<static>  
$.browser.msieVersion
<static>  
$.browser.name
The browser name.
<static>  
$.browser.opera
<static>  
$.browser.operaVersion
<static>  
$.browser.os
Browser operating system
<static>  
$.browser.presto
Presto is the render engine used by Opera.
<static>  
$.browser.prestoVersion
<static>  
$.browser.safari
Safari is the default Web browser of Mac OS, from Apple.
<static>  
$.browser.safariVersion
<static>  
$.browser.version
The version of the browser or render engine.
<static>  
$.browser.webkit
Webkit is the render engine used primarily by Safari.
<static>  
$.browser.webkitVersion
Namespace Detail
$.browser
Field Detail
<static> {Boolean} $.browser.chrome
Google Chrome uses WebKit as the render engine.

<static> $.browser.chromeVersion

<static> {Boolean} $.browser.epiphany
Epiphany is the default Web browser of the GNOME desktop environment.

<static> $.browser.epiphanyVersion

<static> {Boolean} $.browser.firefox
Firefox uses the Gecko render engine.

<static> $.browser.firefoxVersion

<static> {Boolean} $.browser.gecko
Gecko is the render engine used by Firefox and related products.

<static> $.browser.geckoBuild

<static> {Boolean} $.browser.khtml
KHTML is the render engine used by Konqueror.

<static> $.browser.khtmlVersion

<static> {Boolean} $.browser.konqueror
Konqueror is the Web browser of the KDE desktop environment.

<static> $.browser.konquerorVersion

<static> {Boolean} $.browser.mozilla

<static> {Boolean} $.browser.msie
Microsoft Internet Explorer. The future of computing.

<static> $.browser.msieVersion

<static> {String} $.browser.name
The browser name. If the browser is unrecognized, it will contain the browser engine name. If all fails, the property will be null.

<static> {Boolean} $.browser.opera

<static> $.browser.operaVersion

<static> {String} $.browser.os
Browser operating system

<static> {Boolean} $.browser.presto
Presto is the render engine used by Opera.

<static> $.browser.prestoVersion

<static> {Boolean} $.browser.safari
Safari is the default Web browser of Mac OS, from Apple. It uses the WebKit render engine.

<static> $.browser.safariVersion

<static> {String} $.browser.version
The version of the browser or render engine.

<static> {Boolean} $.browser.webkit
Webkit is the render engine used primarily by Safari. It's also used by Google Chrome and GNOME Epiphany.

<static> $.browser.webkitVersion

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Apr 23 2009 13:05:49 GMT+0300 (EEST)