Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / Browser.html
index f3dddc1..be94c1e 100644 (file)
@@ -1,4 +1,21 @@
-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-env.Browser'>/**
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>The source code</title>
+  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <style type="text/css">
+    .highlight { display: block; background-color: #ddd; }
+  </style>
+  <script type="text/javascript">
+    function highlight() {
+      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+    }
+  </script>
+</head>
+<body onload="prettyPrint(); highlight();">
+  <pre class="prettyprint lang-js"><span id='Ext-env-Browser'>/**
 </span> * @class Ext.env.Browser
  * @extends Ext.Base
  * Provide useful information about the current browser.
@@ -51,19 +68,19 @@ Ext.define('Ext.env.Browser', {
         }
     },
 
-<span id='Ext-env.Browser-property-isSecure'>    /**
+<span id='Ext-env-Browser-property-isSecure'>    /**
 </span>     * True if the page is running over SSL
      * @type Boolean
      */
     isSecure: false,
 
-<span id='Ext-env.Browser-property-isStrict'>    /**
+<span id='Ext-env-Browser-property-isStrict'>    /**
 </span>     * True if the document is in strict mode
      * @type Boolean
      */
     isStrict: false,
 
-<span id='Ext-env.Browser-property-is'>    /**
+<span id='Ext-env-Browser-method-is'>    /**
 </span>     * A &quot;hybrid&quot; property, can be either accessed as a method call, i.e:
      * &lt;pre&gt;&lt;code&gt;
      * if (Ext.browser.is('IE')) { ... }
@@ -86,30 +103,31 @@ Ext.define('Ext.env.Browser', {
      *
      * @param {String} value The OS name to check
      * @return {Boolean}
+     * @method
      */
     is: Ext.emptyFn,
 
-<span id='Ext-env.Browser-property-name'>    /**
+<span id='Ext-env-Browser-property-name'>    /**
 </span>     * Read-only - the full name of the current browser
      * Possible values are: IE, Firefox, Safari, Chrome, Opera and Other
      * @type String
      */
     name: null,
 
-<span id='Ext-env.Browser-property-version'>    /**
+<span id='Ext-env-Browser-property-version'>    /**
 </span>     * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
     version: null,
 
-<span id='Ext-env.Browser-property-engineName'>    /**
+<span id='Ext-env-Browser-property-engineName'>    /**
 </span>     * Read-only - the full name of the current browser's engine
      * Possible values are: WebKit, Gecko, Presto, Trident and Other
      * @type String
      */
     engineName: null,
 
-<span id='Ext-env.Browser-property-engineVersion'>    /**
+<span id='Ext-env-Browser-property-engineVersion'>    /**
 </span>     * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
@@ -173,4 +191,6 @@ Ext.define('Ext.env.Browser', {
     Ext.browser = new Ext.env.Browser();
 
 });
-</pre></pre></body></html>
\ No newline at end of file
+</pre>
+</body>
+</html>