Class Index | File Index

Classes


Namespace lib.browser

Holds browser information.
Defined in: lib.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
lib.browser.firefox
Firefox uses the Gecko render engine.
<static>  
lib.browser.gecko
Gecko is the render engine used by Firefox and related products.
<static>  
lib.browser.msie
Microsoft Internet Explorer.
<static>  
lib.browser.opera
<static>  
lib.browser.os
Browser operating system
<static>  
lib.browser.presto
Presto is the render engine used by Opera.
<static>  
lib.browser.webkit
Webkit is the render engine used primarily by Safari.
Namespace Detail
lib.browser
Field Detail
<static> {Boolean} lib.browser.firefox
Firefox uses the Gecko render engine.

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

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

<static> {Boolean} lib.browser.opera

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

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

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

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Apr 22 2009 15:46:03 GMT+0300 (EEST)