-<!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.
}
},
-<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 "hybrid" property, can be either accessed as a method call, i.e:
* <pre><code>
* if (Ext.browser.is('IE')) { ... }
*
* @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
*/
Ext.browser = new Ext.env.Browser();
});
-</pre></pre></body></html>
\ No newline at end of file
+</pre>
+</body>
+</html>