You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/12/17 21:31:37 UTC

svn commit: r1551686 [3/19] - in /cordova/site/public/docs/en: 3.3.0/ edge/

Modified: cordova/site/public/docs/en/3.3.0/cordova_device_device.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_device_device.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_device_device.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_device_device.md.html Tue Dec 17 20:31:35 2013
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Device</h1>
@@ -186,9 +189,7 @@
   <p>The <code>device</code> object describes the device's hardware and software.</p>
 </blockquote>
 
-<h2>
-<a name="Device_properties">Properties</a>
-</h2>
+<h2><a name="Device_properties">Properties</a></h2>
 
 <ul>
 <li><a href="cordova_device_device.md.html#device.model">device.model</a></li>
@@ -198,9 +199,8 @@
 <li><a href="cordova_device_device.md.html#device.version">device.version</a></li>
 <li><a href="cordova_device_device.md.html#device.name">device.name</a></li>
 </ul>
-<h2>
-<a name="Device_variable_scope">Variable Scope</a>
-</h2>
+
+<h2><a name="Device_variable_scope">Variable Scope</a></h2>
 
 <p>Since <code>device</code> is assigned to the <code>window</code> object, it is implicitly in the global scope.</p>
 
@@ -209,9 +209,7 @@ var phoneModel = window.<a href="cordova
 var phoneModel = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
-<h2>
-<a name="Device_accessing_the_feature">Accessing the Feature</a>
-</h2>
+<h2><a name="Device_accessing_the_feature">Accessing the Feature</a></h2>
 
 <p>As of version 3.0, Cordova implements device-level APIs as <em>plugins</em>.
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-Line%0AInterface">The Command-Line
@@ -276,10 +274,12 @@ platform-specific configuration settings
 <p>Reference: <a class="external" href="https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures">Application Manifest for Tizen Web Application</a></p>
 </li>
 </ul>
+
 <p>Some platforms may support this feature without requiring any special
 configuration.  See <a href="guide_support_index.md.html#Platform%20Support">Platform Support</a> for an overview.</p>
 
 <hr>
+
 <h1><a name="device.model">device.model</a></h1>
 
 <p>Get the device's model name.</p>
@@ -287,17 +287,13 @@ configuration.  See <a href="guide_suppo
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
-<h2>
-<a name="device.model_description">Description</a>
-</h2>
+<h2><a name="device.model_description">Description</a></h2>
 
 <p>The <code><a href="cordova_device_device.md.html#device.model">device.model</a></code> returns the name of the device's model or
 product. The value is set by the device manufacturer and may be
 different across versions of the same product.</p>
 
-<h2>
-<a name="device.model_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.model_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android</li>
@@ -307,9 +303,8 @@ different across versions of the same pr
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.model_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.model_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// Android:    Nexus One       returns "Passion" (Nexus One code name)
 //             Motorola Droid  returns "voles"
@@ -319,9 +314,7 @@ different across versions of the same pr
 var model = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
-<h2>
-<a name="device.model_full_example">Full Example</a>
-</h2>
+<h2><a name="device.model_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -354,29 +347,27 @@ var model = <a href="cordova_device_devi
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="device.model_android_quirks">Android Quirks</a>
-</h2>
+<h2><a name="device.model_android_quirks">Android Quirks</a></h2>
 
 <ul>
 <li>Gets the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>, which is often the production code name. For example, the Nexus One returns <code>Passion</code>, and Motorola Droid returns <code>voles</code>.</li>
 </ul>
-<h2>
-<a name="device.model_tizen_quirks">Tizen Quirks</a>
-</h2>
+
+<h2><a name="device.model_tizen_quirks">Tizen Quirks</a></h2>
 
 <ul>
 <li>Returns the <a href="#device%20model">device model</a> assigned by the vendor, for example, <code>TIZEN</code>
 </li>
 </ul>
-<h2>
-<a name="device.model_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
-</h2>
+
+<h2><a name="device.model_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
 
 <ul>
 <li>Returns the <a href="#device%20model">device model</a> specified by the manufacturer. For example, the Samsung Focus returns <code>SGH-i917</code>.</li>
 </ul>
+
 <hr>
+
 <h1><a name="device.cordova">device.cordova</a></h1>
 
 <p>Get the version of Cordova running on the device.</p>
@@ -384,15 +375,11 @@ var model = <a href="cordova_device_devi
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>;
 </code></pre>
 
-<h2>
-<a name="device.cordova_description">Description</a>
-</h2>
+<h2><a name="device.cordova_description">Description</a></h2>
 
 <p><code><a href="cordova_device_device.md.html#device.cordova">device.cordova</a></code> returns the version of Cordova running on the device.</p>
 
-<h2>
-<a name="device.cordova_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.cordova_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -403,16 +390,13 @@ var model = <a href="cordova_device_devi
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.cordova_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.cordova_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var name = <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>;
 </code></pre>
 
-<h2>
-<a name="device.cordova_full_example">Full Example</a>
-</h2>
+<h2><a name="device.cordova_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -446,6 +430,7 @@ var model = <a href="cordova_device_devi
 </code></pre>
 
 <hr>
+
 <h1><a name="device.platform">device.platform</a></h1>
 
 <p>Get the device's operating system name.</p>
@@ -453,9 +438,7 @@ var model = <a href="cordova_device_devi
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.platform">device.platform</a>;
 </code></pre>
 
-<h2>
-<a name="device.platform_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.platform_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android</li>
@@ -465,9 +448,8 @@ var model = <a href="cordova_device_devi
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.platform_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.platform_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// Depending on the device, a few examples are:
 //   - "Android"
@@ -478,9 +460,7 @@ var model = <a href="cordova_device_devi
 var devicePlatform = <a href="cordova_device_device.md.html#device.platform">device.platform</a>;
 </code></pre>
 
-<h2>
-<a name="device.platform_full_example">Full Example</a>
-</h2>
+<h2><a name="device.platform_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -513,19 +493,16 @@ var devicePlatform = <a href="cordova_de
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="device.platform_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
-</h2>
+<h2><a name="device.platform_windows_phone_7_quirks">Windows Phone 7 Quirks</a></h2>
 
 <p>Windows Phone 7 devices report the platform as <code>WinCE</code>.</p>
 
-<h2>
-<a name="device.platform_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="device.platform_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <p>Windows Phone 8 devices report the platform as <code>Win32NT</code>.</p>
 
 <hr>
+
 <h1><a name="device.uuid">device.uuid</a></h1>
 
 <p>Get the device's Universally Unique Identifier (<a class="external" href="http://en.wikipedia.org/wiki/Universally_Unique_Identifier">UUID</a>).</p>
@@ -533,15 +510,11 @@ var devicePlatform = <a href="cordova_de
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>;
 </code></pre>
 
-<h2>
-<a name="device.uuid_description">Description</a>
-</h2>
+<h2><a name="device.uuid_description">Description</a></h2>
 
 <p>The details of how a UUID is generated are determined by the device manufacturer and are specific to the device's platform or model.</p>
 
-<h2>
-<a name="device.uuid_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.uuid_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android</li>
@@ -551,9 +524,8 @@ var devicePlatform = <a href="cordova_de
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.uuid_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.uuid_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// Android: Returns a random 64-bit integer (as a string, again!)
 //          The integer is generated on the device's first boot
@@ -572,9 +544,7 @@ var devicePlatform = <a href="cordova_de
 var deviceID = <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>;
 </code></pre>
 
-<h2>
-<a name="device.uuid_full_example">Full Example</a>
-</h2>
+<h2><a name="device.uuid_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -607,9 +577,7 @@ var deviceID = <a href="cordova_device_d
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="device.uuid_ios_quirk">iOS Quirk</a>
-</h2>
+<h2><a name="device.uuid_ios_quirk">iOS Quirk</a></h2>
 
 <p>The <code>uuid</code> on iOS is not unique to a device, but varies for each
 application, for each installation.  It changes if you delete and
@@ -617,9 +585,7 @@ re-install the app, and possibly also wh
 upgrade the app per version (apparent in iOS 5.1). The <code>uuid</code> is not
 a reliable value.</p>
 
-<h2>
-<a name="device.uuid_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
-</h2>
+<h2><a name="device.uuid_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
 
 <p>The <code>uuid</code> for Windows Phone 7 requires the permission
 <code>ID_CAP_IDENTITY_DEVICE</code>.  Microsoft will likely deprecate this
@@ -628,6 +594,7 @@ generates a persistent guid that is main
 application's installation on the device.</p>
 
 <hr>
+
 <h1><a name="device.version">device.version</a></h1>
 
 <p>Get the operating system version.</p>
@@ -635,9 +602,7 @@ application's installation on the device
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.version">device.version</a>;
 </code></pre>
 
-<h2>
-<a name="device.version_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.version_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android 2.1+</li>
@@ -647,9 +612,8 @@ application's installation on the device
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.version_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.version_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// Android:    Froyo OS would return "2.2"
 //             Eclair OS would return "2.1", "2.0.1", or "2.0"
@@ -664,9 +628,7 @@ application's installation on the device
 var deviceVersion = <a href="cordova_device_device.md.html#device.version">device.version</a>;
 </code></pre>
 
-<h2>
-<a name="device.version_full_example">Full Example</a>
-</h2>
+<h2><a name="device.version_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -700,6 +662,7 @@ var deviceVersion = <a href="cordova_dev
 </code></pre>
 
 <hr>
+
 <h1><a name="device.name">device.name</a></h1>
 
 <p><strong>WARNING</strong>: <code><a href="cordova_device_device.md.html#device.name">device.name</a></code> is deprecated as of version 2.3.0. Use <code><a href="cordova_device_device.md.html#device.model">device.model</a></code> instead.</p>
@@ -709,17 +672,13 @@ var deviceVersion = <a href="cordova_dev
 <pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.name">device.name</a>;
 </code></pre>
 
-<h2>
-<a name="device.name_description">Description</a>
-</h2>
+<h2><a name="device.name_description">Description</a></h2>
 
 <p><code><a href="cordova_device_device.md.html#device.name">device.name</a></code> returns the name of the device's model or product. This
 value is set by the device manufacturer and may be different across
 versions of the same product.</p>
 
-<h2>
-<a name="device.name_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="device.name_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android</li>
@@ -729,9 +688,8 @@ versions of the same product.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="device.name_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="device.name_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// Android:    Nexus One       returns "Passion" (Nexus One code name)
 //             Motorola Droid  returns "voles"
@@ -741,9 +699,7 @@ versions of the same product.</p>
 var name = <a href="cordova_device_device.md.html#device.name">device.name</a>;
 </code></pre>
 
-<h2>
-<a name="device.name_full_example">Full Example</a>
-</h2>
+<h2><a name="device.name_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -777,32 +733,30 @@ var name = <a href="cordova_device_devic
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="device.name_android_quirks">Android Quirks</a>
-</h2>
+<h2><a name="device.name_android_quirks">Android Quirks</a></h2>
 
 <ul>
 <li>Gets the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>, which is often the production code name. For example, the Nexus One returns <code>Passion</code>, and Motorola Droid returns <code>voles</code>.</li>
 </ul>
-<h2>
-<a name="device.name_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
-</h2>
+
+<h2><a name="device.name_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
 
 <ul>
 <li>Returns the <a href="#device%20model">device model</a> specified by the manufacturer. For example, the Samsung Focus returns <code>SGH-i917</code>.</li>
 </ul>
-<h2>
-<a name="device.name_tizen_quirks">Tizen Quirks</a>
-</h2>
+
+<h2><a name="device.name_tizen_quirks">Tizen Quirks</a></h2>
 
 <ul>
 <li>Returns the <a href="#device%20model">device model</a> assigned by the vendor, for example, <code>TIZEN</code>
 </li>
 </ul>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/cordova_events_events.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_events_events.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_events_events.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_events_events.md.html Tue Dec 17 20:31:35 2013
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Events</h1>
@@ -231,9 +234,7 @@
   <p>Cordova lifecycle events.</p>
 </blockquote>
 
-<h2>
-<a name="Events_event_types">Event Types</a>
-</h2>
+<h2><a name="Events_event_types">Event Types</a></h2>
 
 <ul>
 <li><a href="cordova_events_events.md.html#deviceready">deviceready</a></li>
@@ -252,9 +253,8 @@
 <li><a href="cordova_events_events.md.html#volumedownbutton">volumedownbutton</a></li>
 <li><a href="cordova_events_events.md.html#volumeupbutton">volumeupbutton</a></li>
 </ul>
-<h2>
-<a name="Events_accessing_the_feature">Accessing the Feature</a>
-</h2>
+
+<h2><a name="Events_accessing_the_feature">Accessing the Feature</a></h2>
 
 <p>As of version 3.0, Cordova implements battery status and other
 device-level APIs as <em>plugins</em>. Access to all other events not related
@@ -322,10 +322,12 @@ platform-specific configuration settings
 <p>Reference: <a class="external" href="https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures">Application Manifest for Tizen Web Application</a></p>
 </li>
 </ul>
+
 <p>Some platforms may support this feature without requiring any special
 configuration.  See <a href="guide_support_index.md.html#Platform%20Support">Platform Support</a> for an overview.</p>
 
 <hr>
+
 <h1><a name="deviceready">deviceready</a></h1>
 
 <p>The event fires when Cordova is fully loaded.</p>
@@ -333,9 +335,7 @@ configuration.  See <a href="guide_suppo
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="deviceready_details">Details</a>
-</h2>
+<h2><a name="deviceready_details">Details</a></h2>
 
 <p>This event is essential to any application. It signals that Cordova's
 device APIs have loaded and are ready to access.</p>
@@ -355,9 +355,7 @@ once the HTML document's DOM has loaded.
 event handler registered after the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires has its
 callback function called immediately.</p>
 
-<h2>
-<a name="deviceready_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="deviceready_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -368,9 +366,8 @@ callback function called immediately.</p
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="deviceready_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="deviceready_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
 
@@ -379,9 +376,7 @@ function onDeviceReady() {
 }
 </code></pre>
 
-<h2>
-<a name="deviceready_full_example">Full Example</a>
-</h2>
+<h2><a name="deviceready_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -411,6 +406,7 @@ function onDeviceReady() {
 </code></pre>
 
 <hr>
+
 <h1><a name="pause">pause</a></h1>
 
 <p>The event fires when an application is put into the background.</p>
@@ -418,9 +414,7 @@ function onDeviceReady() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#pause">pause</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="pause_details">Details</a>
-</h2>
+<h2><a name="pause_details">Details</a></h2>
 
 <p>The <code><a href="cordova_events_events.md.html#pause">pause</a></code> event fires when the native platform puts the application
 into the background, typically when the user switches to a different
@@ -429,9 +423,7 @@ application.</p>
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="pause_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="pause_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -441,9 +433,8 @@ attach an event listener once the <code>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="pause_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="pause_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#pause">pause</a>", onPause, false);
 
@@ -452,9 +443,7 @@ function onPause() {
 }
 </code></pre>
 
-<h2>
-<a name="pause_full_example">Full Example</a>
-</h2>
+<h2><a name="pause_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -488,9 +477,7 @@ function onPause() {
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="pause_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="pause_ios_quirks">iOS Quirks</a></h2>
 
 <p>In the <code><a href="cordova_events_events.md.html#pause">pause</a></code> handler, any calls to the Cordova API or to native
 plugins that go through Objective-C do not work, along with any
@@ -509,6 +496,7 @@ multi-tasking by setting
 to <code>YES</code>. To run when locked on iOS 4, this setting does not matter.</p>
 
 <hr>
+
 <h1><a name="resume">resume</a></h1>
 
 <p>The event fires when an application is retrieved from the background.</p>
@@ -516,9 +504,7 @@ to <code>YES</code>. To run when locked 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#resume">resume</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="resume_details">Details</a>
-</h2>
+<h2><a name="resume_details">Details</a></h2>
 
 <p>The <code><a href="cordova_events_events.md.html#resume">resume</a></code> event fires when the native platform pulls the
 application out from the background.</p>
@@ -526,9 +512,7 @@ application out from the background.</p>
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="resume_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="resume_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -538,9 +522,8 @@ attach an event listener once the <code>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="resume_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="resume_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#resume">resume</a>", onResume, false);
 
@@ -549,9 +532,7 @@ function onResume() {
 }
 </code></pre>
 
-<h2>
-<a name="resume_full_example">Full Example</a>
-</h2>
+<h2><a name="resume_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -585,9 +566,7 @@ function onResume() {
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="resume_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="resume_ios_quirks">iOS Quirks</a></h2>
 
 <p>Any interactive functions called from a <code><a href="cordova_events_events.md.html#pause">pause</a></code> event handler execute
 later when the app resumes, as signaled by the <code><a href="cordova_events_events.md.html#resume">resume</a></code> event. These
@@ -624,7 +603,9 @@ function onResume() {
 </code></pre>
 </li>
 </ul>
+
 <hr>
+
 <h1><a name="online">online</a></h1>
 
 <p>This event fires when an application goes <a href="cordova_events_events.md.html#online">online</a>, and the device
@@ -633,9 +614,7 @@ becomes connected to the Internet.</p>
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#online">online</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="online_details">Details</a>
-</h2>
+<h2><a name="online_details">Details</a></h2>
 
 <p>The <code><a href="cordova_events_events.md.html#online">online</a></code> event fires when a previously unconnected device receives
 a network connection to allow an application access to the Internet.
@@ -645,9 +624,7 @@ when the value of <code><a href="cordova
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="online_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="online_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -658,9 +635,8 @@ attach an event listener once the <code>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="online_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="online_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#online">online</a>", onOnline, false);
 
@@ -669,9 +645,7 @@ function onOnline() {
 }
 </code></pre>
 
-<h2>
-<a name="online_full_example">Full Example</a>
-</h2>
+<h2><a name="online_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -705,27 +679,22 @@ function onOnline() {
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="online_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="online_ios_quirks">iOS Quirks</a></h2>
 
 <p>During initial startup, the first <code><a href="cordova_events_events.md.html#online">online</a></code> event (if applicable) takes
 at least a second to fire, prior to which <code><a href="cordova_connection_connection.md.html#connection.type">connection.type</a></code> is
 <code>UNKNOWN</code>.</p>
 
-<h2>
-<a name="online_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
-</h2>
+<h2><a name="online_windows_phone_7_quirks">Windows Phone 7 Quirks</a></h2>
 
 <p>When running in the Emulator, the <code>connection.status</code> is always unknown, so this event does <em>not</em> fire.</p>
 
-<h2>
-<a name="online_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="online_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <p>The Emulator reports the <a href="#connection%20type">connection type</a> as <code>Cellular</code>, which does not change, so events does <em>not</em> fire.</p>
 
 <hr>
+
 <h1><a name="offline">offline</a></h1>
 
 <p>The event fires when an application goes <a href="cordova_events_events.md.html#offline">offline</a>, and the device is
@@ -734,9 +703,7 @@ not connected to the Internet.</p>
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#offline">offline</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="offline_details">Details</a>
-</h2>
+<h2><a name="offline_details">Details</a></h2>
 
 <p>The <code><a href="cordova_events_events.md.html#offline">offline</a></code> event fires when a previously connected device loses a
 network connection so that an application can no longer access the
@@ -747,9 +714,7 @@ value.</p>
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="offline_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="offline_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -760,9 +725,8 @@ attach an event listener once the <code>
 <li>Tizen</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="offline_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="offline_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#offline">offline</a>", onOffline, false);
 
@@ -771,9 +735,7 @@ function onOffline() {
 }
 </code></pre>
 
-<h2>
-<a name="offline_full_example">Full Example</a>
-</h2>
+<h2><a name="offline_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -807,25 +769,20 @@ function onOffline() {
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="offline_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="offline_ios_quirks">iOS Quirks</a></h2>
 
 <p>During initial startup, the first <a href="cordova_events_events.md.html#offline">offline</a> event (if applicable) takes at least a second to fire.</p>
 
-<h2>
-<a name="offline_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
-</h2>
+<h2><a name="offline_windows_phone_7_quirks">Windows Phone 7 Quirks</a></h2>
 
 <p>When running in the Emulator, the <code>connection.status</code> is always unknown, so this event does <em>not</em> fire.</p>
 
-<h2>
-<a name="offline_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="offline_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <p>The Emulator reports the <a href="#connection%20type">connection type</a> as <code>Cellular</code>, which does not change, so the event does <em>not</em> fire.</p>
 
 <hr>
+
 <h1><a name="backbutton">backbutton</a></h1>
 
 <p>The event fires when the user presses the back button.</p>
@@ -833,9 +790,7 @@ function onOffline() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#backbutton">backbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="backbutton_details">Details</a>
-</h2>
+<h2><a name="backbutton_details">Details</a></h2>
 
 <p>To override the default back-button behavior, register an event
 listener for the <code><a href="cordova_events_events.md.html#backbutton">backbutton</a></code> event, typically by calling
@@ -843,9 +798,7 @@ listener for the <code><a href="cordova_
 It is no longer necessary to call any other method to override the
 back-button behavior.</p>
 
-<h2>
-<a name="backbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="backbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -853,9 +806,8 @@ back-button behavior.</p>
 <li>BlackBerry 10</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-<h2>
-<a name="backbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="backbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#backbutton">backbutton</a>", onBackKeyDown, false);
 
@@ -864,9 +816,7 @@ function onBackKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="backbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="backbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -902,6 +852,7 @@ function onBackKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="batterycritical">batterycritical</a></h1>
 
 <p>The event fires when the battery has reached the critical level
@@ -910,9 +861,7 @@ threshold.</p>
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterycritical">batterycritical</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="batterycritical_details">Details</a>
-</h2>
+<h2><a name="batterycritical_details">Details</a></h2>
 
 <p>The event fires when the percentage of battery charge has reached the
 critical battery threshold. The value is device-specific.</p>
@@ -924,12 +873,11 @@ properties:</p>
 <li><p><strong>level</strong>: The percentage of battery charge (0-100). <em>(Number)</em></p></li>
 <li><p><strong>isPlugged</strong>: A boolean that indicates whether the device is plugged in. <em>(Boolean)</em></p></li>
 </ul>
+
 <p>Applications typically should use <code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to attach
 an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="batterycritical_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="batterycritical_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -938,9 +886,8 @@ an event listener once the <code><a href
 <li>BlackBerry 10</li>
 <li>Tizen</li>
 </ul>
-<h2>
-<a name="batterycritical_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="batterycritical_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterycritical">batterycritical</a>", onBatteryCritical, false);
 
@@ -950,9 +897,7 @@ function onBatteryCritical(info) {
 }
 </code></pre>
 
-<h2>
-<a name="batterycritical_full_example">Full Example</a>
-</h2>
+<h2><a name="batterycritical_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -988,6 +933,7 @@ function onBatteryCritical(info) {
 </code></pre>
 
 <hr>
+
 <h1><a name="batterylow">batterylow</a></h1>
 
 <p>The event fires when the battery has reached the low level threshold.</p>
@@ -995,9 +941,7 @@ function onBatteryCritical(info) {
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterylow">batterylow</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="batterylow_details">Details</a>
-</h2>
+<h2><a name="batterylow_details">Details</a></h2>
 
 <p>The event fires when the percentage of battery charge has reached the
 low battery threshold, device-specific value.</p>
@@ -1009,12 +953,11 @@ properties:</p>
 <li><p><strong>level</strong>: The percentage of battery charge (0-100). <em>(Number)</em></p></li>
 <li><p><strong>isPlugged</strong>: A boolean that indicates whether the device is plugged in. <em>(Boolean)</em></p></li>
 </ul>
+
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="batterylow_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="batterylow_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1023,9 +966,8 @@ attach an event listener once the <code>
 <li>BlackBerry 10</li>
 <li>Tizen</li>
 </ul>
-<h2>
-<a name="batterylow_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="batterylow_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterylow">batterylow</a>", onBatteryLow, false);
 
@@ -1035,9 +977,7 @@ function onBatteryLow(info) {
 }
 </code></pre>
 
-<h2>
-<a name="batterylow_full_example">Full Example</a>
-</h2>
+<h2><a name="batterylow_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -1073,6 +1013,7 @@ function onBatteryLow(info) {
 </code></pre>
 
 <hr>
+
 <h1><a name="batterystatus">batterystatus</a></h1>
 
 <p>The event fires when there is a change in the battery status.</p>
@@ -1080,9 +1021,7 @@ function onBatteryLow(info) {
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterystatus">batterystatus</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="batterystatus_details">Details</a>
-</h2>
+<h2><a name="batterystatus_details">Details</a></h2>
 
 <p>This event fires when the percentage of battery charge changes by at
 least 1 percent, or if the device is plugged in or unplugged.</p>
@@ -1094,12 +1033,11 @@ properties:</p>
 <li><p><strong>level</strong>: The percentage of battery charge (0-100). <em>(Number)</em></p></li>
 <li><p><strong>isPlugged</strong>: A boolean that indicates whether the device is plugged in. <em>(Boolean)</em></p></li>
 </ul>
+
 <p>Applications typically should use <code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="batterystatus_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="batterystatus_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1109,17 +1047,14 @@ attach an event listener once the <code>
 <li>Windows Phone 7 and 8</li>
 <li>Tizen</li>
 </ul>
-<h2>
-<a name="batterystatus_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
-</h2>
+
+<h2><a name="batterystatus_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
 
 <p>Windows Phone 7 does not provide native APIs to determine battery
 level, so the <code>level</code> property is unavailable.  The <code>isPlugged</code>
 parameter <em>is</em> supported.</p>
 
-<h2>
-<a name="batterystatus_quick_example">Quick Example</a>
-</h2>
+<h2><a name="batterystatus_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>window.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#batterystatus">batterystatus</a>", onBatteryStatus, false);
 
@@ -1129,9 +1064,7 @@ function onBatteryStatus(info) {
 }
 </code></pre>
 
-<h2>
-<a name="batterystatus_full_example">Full Example</a>
-</h2>
+<h2><a name="batterystatus_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -1167,6 +1100,7 @@ function onBatteryStatus(info) {
 </code></pre>
 
 <hr>
+
 <h1><a name="menubutton">menubutton</a></h1>
 
 <p>The event fires when the user presses the menu button.</p>
@@ -1174,27 +1108,22 @@ function onBatteryStatus(info) {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#menubutton">menubutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="menubutton_details">Details</a>
-</h2>
+<h2><a name="menubutton_details">Details</a></h2>
 
 <p>Applying an event handler overrides the default menu button behavior.</p>
 
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="menubutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="menubutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
 <li>Android</li>
 <li>BlackBerry 10</li>
 </ul>
-<h2>
-<a name="menubutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="menubutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#menubutton">menubutton</a>", onMenuKeyDown, false);
 
@@ -1203,9 +1132,7 @@ function onMenuKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="menubutton_full_example">Full Example</a>
-</h2>
+<h2><a name="menubutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1242,6 +1169,7 @@ function onMenuKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="searchbutton">searchbutton</a></h1>
 
 <p>The event fires when the user presses the search button on Android.</p>
@@ -1249,9 +1177,7 @@ function onMenuKeyDown() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#searchbutton">searchbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="searchbutton_details">Details</a>
-</h2>
+<h2><a name="searchbutton_details">Details</a></h2>
 
 <p>If you need to override the default search button behavior on Android
 you can register an event listener for the '<a href="cordova_events_events.md.html#searchbutton">searchbutton</a>' event.</p>
@@ -1259,16 +1185,13 @@ you can register an event listener for t
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="searchbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="searchbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Android</li>
 </ul>
-<h2>
-<a name="searchbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="searchbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#searchbutton">searchbutton</a>", onSearchKeyDown, false);
 
@@ -1277,9 +1200,7 @@ function onSearchKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="searchbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="searchbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1316,6 +1237,7 @@ function onSearchKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="startcallbutton">startcallbutton</a></h1>
 
 <p>The event fires when the user presses the start call button.</p>
@@ -1323,9 +1245,7 @@ function onSearchKeyDown() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#startcallbutton">startcallbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="startcallbutton_details">Details</a>
-</h2>
+<h2><a name="startcallbutton_details">Details</a></h2>
 
 <p>If you need to override the default start call behavior you can
 register an event listener for the <code><a href="cordova_events_events.md.html#startcallbutton">startcallbutton</a></code> event.</p>
@@ -1333,16 +1253,13 @@ register an event listener for the <code
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="startcallbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="startcallbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>BlackBerry 10</li>
 </ul>
-<h2>
-<a name="startcallbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="startcallbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#startcallbutton">startcallbutton</a>", onStartCallKeyDown, false);
 
@@ -1351,9 +1268,7 @@ function onStartCallKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="startcallbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="startcallbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1390,6 +1305,7 @@ function onStartCallKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="endcallbutton">endcallbutton</a></h1>
 
 <p>This event fires when the user presses the end call button.</p>
@@ -1397,25 +1313,20 @@ function onStartCallKeyDown() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#endcallbutton">endcallbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="endcallbutton_details">Details</a>
-</h2>
+<h2><a name="endcallbutton_details">Details</a></h2>
 
 <p>The event overrides the default end call behavior.</p>
 
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="endcallbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="endcallbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>BlackBerry 10</li>
 </ul>
-<h2>
-<a name="endcallbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="endcallbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#endcallbutton">endcallbutton</a>", onEndCallKeyDown, false);
 
@@ -1424,9 +1335,7 @@ function onEndCallKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="endcallbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="endcallbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1463,6 +1372,7 @@ function onEndCallKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="volumedownbutton">volumedownbutton</a></h1>
 
 <p>The event fires when the user presses the volume down button.</p>
@@ -1470,9 +1380,7 @@ function onEndCallKeyDown() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#volumedownbutton">volumedownbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="volumedownbutton_details">Details</a>
-</h2>
+<h2><a name="volumedownbutton_details">Details</a></h2>
 
 <p>If you need to override the default volume down behavior you can
 register an event listener for the <code><a href="cordova_events_events.md.html#volumedownbutton">volumedownbutton</a></code> event.</p>
@@ -1480,16 +1388,13 @@ register an event listener for the <code
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="volumedownbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="volumedownbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>BlackBerry 10</li>
 </ul>
-<h2>
-<a name="volumedownbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="volumedownbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#volumedownbutton">volumedownbutton</a>", onVolumeDownKeyDown, false);
 
@@ -1498,9 +1403,7 @@ function onVolumeDownKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="volumedownbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="volumedownbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1537,6 +1440,7 @@ function onVolumeDownKeyDown() {
 </code></pre>
 
 <hr>
+
 <h1><a name="volumeupbutton">volumeupbutton</a></h1>
 
 <p>The event fires when the user presses the volume up button.</p>
@@ -1544,9 +1448,7 @@ function onVolumeDownKeyDown() {
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#volumeupbutton">volumeupbutton</a>", yourCallbackFunction, false);
 </code></pre>
 
-<h2>
-<a name="volumeupbutton_details">Details</a>
-</h2>
+<h2><a name="volumeupbutton_details">Details</a></h2>
 
 <p>If you need to override the default volume up behavior you can
 register an event listener for the <code><a href="cordova_events_events.md.html#volumeupbutton">volumeupbutton</a></code> event.</p>
@@ -1554,16 +1456,13 @@ register an event listener for the <code
 <p>Applications typically should use <code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> to
 attach an event listener once the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event fires.</p>
 
-<h2>
-<a name="volumeupbutton_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="volumeupbutton_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>BlackBerry 10</li>
 </ul>
-<h2>
-<a name="volumeupbutton_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="volumeupbutton_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#volumeupbutton">volumeupbutton</a>", onVolumeUpKeyDown, false);
 
@@ -1572,9 +1471,7 @@ function onVolumeUpKeyDown() {
 }
 </code></pre>
 
-<h2>
-<a name="volumeupbutton_full_example">Full Example</a>
-</h2>
+<h2><a name="volumeupbutton_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd"&gt;
@@ -1614,6 +1511,7 @@ function onVolumeUpKeyDown() {
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>