Class Index | File Index

Classes


Namespace pwlib.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>  
pwlib.browser.firefox
Firefox uses the Gecko render engine.
<static>  
pwlib.browser.gecko
Gecko is the render engine used by Firefox and related products.
<static>  
pwlib.browser.msie
Microsoft Internet Explorer.
<static>  
pwlib.browser.olpcxo
Tells if the browser is running on an OLPC XO.
<static>  
pwlib.browser.opera
<static>  
pwlib.browser.os
Browser operating system
<static>  
pwlib.browser.presto
Presto is the render engine used by Opera.
<static>  
pwlib.browser.webkit
Webkit is the render engine used primarily by Safari.
Namespace Detail
pwlib.browser
Field Detail
<static> {Boolean} pwlib.browser.firefox
Firefox uses the Gecko render engine.

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

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

<static> {Boolean} pwlib.browser.olpcxo
Tells if the browser is running on an OLPC XO. Typically, only the default Gecko-based browser includes the OLPC XO tokens in the user agent string.

<static> {Boolean} pwlib.browser.opera

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

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

<static> {Boolean} pwlib.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.3.0 on Sat Jun 26 2010 21:57:01 GMT+0300 (EEST)