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 [5/19] - in /cordova/site/public/docs/en: 3.3.0/ edge/

Modified: cordova/site/public/docs/en/3.3.0/cordova_globalization_globalization.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_globalization_globalization.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_globalization_globalization.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_globalization_globalization.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>Globalization</h1>
@@ -220,16 +223,13 @@
 <p>Obtains information and performs operations specific to the user's
 locale and timezone.</p>
 
-<h2>
-<a name="Globalization_objects">Objects</a>
-</h2>
+<h2><a name="Globalization_objects">Objects</a></h2>
 
 <ul>
 <li><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></li>
 </ul>
-<h2>
-<a name="Globalization_methods">Methods</a>
-</h2>
+
+<h2><a name="Globalization_methods">Methods</a></h2>
 
 <ul>
 <li><a href="cordova_globalization_globalization.md.html#globalization.getPreferredLanguage">globalization.getPreferredLanguage</a></li>
@@ -245,9 +245,8 @@ locale and timezone.</p>
 <li><a href="cordova_globalization_globalization.md.html#globalization.getNumberPattern">globalization.getNumberPattern</a></li>
 <li><a href="cordova_globalization_globalization.md.html#globalization.getCurrencyPattern">globalization.getCurrencyPattern</a></li>
 </ul>
-<h2>
-<a name="Globalization_variable_scope">Variable Scope</a>
-</h2>
+
+<h2><a name="Globalization_variable_scope">Variable Scope</a></h2>
 
 <p>The <code>globalization</code> object is a child of the <code>navigator</code> object, and
 therefore has global scope.</p>
@@ -256,9 +255,7 @@ therefore has global scope.</p>
 var globalization = navigator.globalization;
 </code></pre>
 
-<h2>
-<a name="Globalization_accessing_the_feature">Accessing the Feature</a>
-</h2>
+<h2><a name="Globalization_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
@@ -291,10 +288,12 @@ platform-specific configuration settings
 </code></pre>
 </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="globalization.getPreferredLanguage">globalization.getPreferredLanguage</a></h1>
 
 <p>Get the string identifier for the client's current language.</p>
@@ -302,9 +301,7 @@ configuration.  See <a href="guide_suppo
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getPreferredLanguage">globalization.getPreferredLanguage</a>(successCallback, errorCallback);
 </code></pre>
 
-<h2>
-<a name="globalization.getPreferredLanguage_description">Description</a>
-</h2>
+<h2><a name="globalization.getPreferredLanguage_description">Description</a></h2>
 
 <p>Returns the language identifier string to the <code>successCallback</code> with a
 <code>properties</code> object as a parameter. That object should have a <code>value</code>
@@ -314,9 +311,7 @@ property with a <code>String</code> valu
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.UNKNOWN\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.getPreferredLanguage_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getPreferredLanguage_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -324,9 +319,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getPreferredLanguage_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getPreferredLanguage_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this should display a
 popup dialog with the text <code>language: English</code>:</p>
@@ -337,9 +331,7 @@ popup dialog with the text <code>languag
 );
 </code></pre>
 
-<h2>
-<a name="globalization.getPreferredLanguage_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getPreferredLanguage_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -362,14 +354,14 @@ popup dialog with the text <code>languag
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.getPreferredLanguage_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.getPreferredLanguage_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li>Returns the ISO 639-1 two-letter code for the current language.</li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.getLocaleName">globalization.getLocaleName</a></h1>
 
 <p>Get the string identifier for the client's current locale setting.</p>
@@ -377,9 +369,7 @@ popup dialog with the text <code>languag
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getLocaleName">globalization.getLocaleName</a>(successCallback, errorCallback);
 </code></pre>
 
-<h2>
-<a name="globalization.getLocaleName_description">Description</a>
-</h2>
+<h2><a name="globalization.getLocaleName_description">Description</a></h2>
 
 <p>Returns the locale identifier string to the <code>successCallback</code> with a
 <code>properties</code> object as a parameter. That object should have a <code>value</code>
@@ -389,9 +379,7 @@ property with a <code>String</code> valu
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.UNKNOWN\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.getLocaleName_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getLocaleName_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -399,9 +387,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getLocaleName_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getLocaleName_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this displays a popup
 dialog with the text <code>locale: en\_US</code>.</p>
@@ -412,9 +399,7 @@ dialog with the text <code>locale: en\_U
 );
 </code></pre>
 
-<h2>
-<a name="globalization.getLocaleName_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getLocaleName_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -437,14 +422,14 @@ dialog with the text <code>locale: en\_U
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.getLocaleName_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.getLocaleName_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li>Returns the two-letter code defined in ISO 3166 for the current country/region.</li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.dateToString">globalization.dateToString</a></h1>
 
 <p>Returns a date formatted as a string according to the client's locale and timezone.</p>
@@ -452,9 +437,7 @@ dialog with the text <code>locale: en\_U
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.dateToString">globalization.dateToString</a>(date, successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.dateToString_description">Description</a>
-</h2>
+<h2><a name="globalization.dateToString_description">Description</a></h2>
 
 <p>Returns the formatted date <code>String</code> via a <code>value</code> property accessible
 from the object passed as a parameter to the <code>successCallback</code>.</p>
@@ -474,9 +457,7 @@ error's expected code is <code><a href="
 
 <p>The <code>options.selector</code> can be <code>date</code>, <code>time</code> or <code>date and time</code>.</p>
 
-<h2>
-<a name="globalization.dateToString_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.dateToString_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -484,9 +465,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.dateToString_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.dateToString_quick_example">Quick Example</a></h2>
 
 <p>If the browser is set to the <code>en\_US</code> locale, this displays a popup
 dialog with text similar to <code>date: 9/25/2012 4:21PM</code> using the default
@@ -500,9 +480,7 @@ options:</p>
 );
 </code></pre>
 
-<h2>
-<a name="globalization.dateToString_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.dateToString_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -527,14 +505,14 @@ options:</p>
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.dateToString_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.dateToString_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li>The <code>formatLength</code> option supports only <code>short</code> and <code>full</code> values.</li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.stringToDate">globalization.stringToDate</a></h1>
 
 <p>Parses a date formatted as a string, according to the client's user
@@ -544,9 +522,7 @@ returns the corresponding date object.</
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.stringToDate">globalization.stringToDate</a>(dateString, successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.stringToDate_description">Description</a>
-</h2>
+<h2><a name="globalization.stringToDate_description">Description</a></h2>
 
 <p>Returns the date to the success callback with a <code>properties</code> object as
 a parameter. That object should have the following properties:</p>
@@ -560,6 +536,7 @@ a parameter. That object should have the
 <li><p><strong>second</strong>: The second from (0-59). <em>(Number)</em></p></li>
 <li><p><strong>millisecond</strong>: The milliseconds (from 0-999), not available on all platforms. <em>(Number)</em></p></li>
 </ul>
+
 <p>The inbound <code>dateString</code> parameter should be of type <code>String</code>.</p>
 
 <p>The <code>options</code> parameter is optional, and defaults to the following
@@ -576,9 +553,7 @@ time</code>.</p>
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.PARSING\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.stringToDate_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.stringToDate_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -586,9 +561,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.stringToDate_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.stringToDate_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this displays a
 popup dialog with text similar to <code>month:8 day:25 year:2012</code>. Note
@@ -605,9 +579,7 @@ integer represents an array index.</p>
 );
 </code></pre>
 
-<h2>
-<a name="globalization.stringToDate_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.stringToDate_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -635,14 +607,14 @@ integer represents an array index.</p>
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.stringToDate_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.stringToDate_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li>The <code>formatLength</code> option supports only <code>short</code> and <code>full</code> values.</li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.getDatePattern">globalization.getDatePattern</a></h1>
 
 <p>Returns a pattern string to format and parse dates according to the
@@ -651,9 +623,7 @@ client's user preferences.</p>
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getDatePattern">globalization.getDatePattern</a>(successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.getDatePattern_description">Description</a>
-</h2>
+<h2><a name="globalization.getDatePattern_description">Description</a></h2>
 
 <p>Returns the pattern to the <code>successCallback</code>. The object passed in as
 a parameter contains the following properties:</p>
@@ -664,6 +634,7 @@ a parameter contains the following prope
 <li><p><strong>utc_offset</strong>: The current difference in seconds between the client's time zone and coordinated universal time. <em>(Number)</em></p></li>
 <li><p><strong>dst_offset</strong>: The current daylight saving time offset in seconds between the client's non-daylight saving's time zone and the client's daylight saving's time zone. <em>(Number)</em></p></li>
 </ul>
+
 <p>If there is an error obtaining the pattern, the <code>errorCallback</code>
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.PATTERN\_ERROR</code>.</p>
@@ -677,9 +648,7 @@ error's expected code is <code><a href="
 <code>full</code>.  The <code>options.selector</code> can be <code>date</code>, <code>time</code> or <code>date and
 time</code>.</p>
 
-<h2>
-<a name="globalization.getDatePattern_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getDatePattern_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -687,9 +656,8 @@ time</code>.</p>
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getDatePattern_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getDatePattern_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this example displays
 a popup dialog with text such as <code>pattern: M/d/yyyy h:mm a</code>:</p>
@@ -703,9 +671,7 @@ a popup dialog with text such as <code>p
 }
 </code></pre>
 
-<h2>
-<a name="globalization.getDatePattern_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getDatePattern_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -730,9 +696,7 @@ a popup dialog with text such as <code>p
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.getDatePattern_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.getDatePattern_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li><p>The <code>formatLength</code> supports only <code>short</code> and <code>full</code> values.</p></li>
@@ -740,7 +704,9 @@ a popup dialog with text such as <code>p
 <li><p>The <code>timezone</code> returns the full time zone name.</p></li>
 <li><p>The <code>dst_offset</code> property is not supported, and always returns zero.</p></li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.getDateNames">globalization.getDateNames</a></h1>
 
 <p>Returns an array of the names of the months or days of the week,
@@ -749,9 +715,7 @@ depending on the client's user preferenc
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getDateNames">globalization.getDateNames</a>(successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.getDateNames_description">Description</a>
-</h2>
+<h2><a name="globalization.getDateNames_description">Description</a></h2>
 
 <p>Returns the array of names to the <code>successCallback</code> with a
 <code>properties</code> object as a parameter. That object contains a <code>value</code>
@@ -772,9 +736,7 @@ error's expected code is <code><a href="
 
 <p>The value of <code>options.item</code> can be <code>months</code> or <code>days</code>.</p>
 
-<h2>
-<a name="globalization.getDateNames_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getDateNames_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -782,9 +744,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getDateNames_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getDateNames_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this example displays
 a series of twelve popup dialogs, one per month, with text similar to
@@ -801,9 +762,7 @@ a series of twelve popup dialogs, one pe
 );
 </code></pre>
 
-<h2>
-<a name="globalization.getDateNames_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getDateNames_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -833,6 +792,7 @@ a series of twelve popup dialogs, one pe
 </code></pre>
 
 <hr>
+
 <h1><a name="globalization.isDayLightSavingsTime">globalization.isDayLightSavingsTime</a></h1>
 
 <p>Indicates whether daylight savings time is in effect for a given date
@@ -841,9 +801,7 @@ using the client's time zone and calenda
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.isDayLightSavingsTime">globalization.isDayLightSavingsTime</a>(date, successCallback, errorCallback);
 </code></pre>
 
-<h2>
-<a name="globalization.isDayLightSavingsTime_description">Description</a>
-</h2>
+<h2><a name="globalization.isDayLightSavingsTime_description">Description</a></h2>
 
 <p>Indicates whether or not daylight savings time is in effect to the
 <code>successCallback</code> with a <code>properties</code> object as a parameter. That object
@@ -856,9 +814,7 @@ and <code>false</code> indicates that it
 <p>If there is an error reading the date, then the <code>errorCallback</code>
 executes. The error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.UNKNOWN\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.isDayLightSavingsTime_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.isDayLightSavingsTime_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -866,9 +822,8 @@ executes. The error's expected code is <
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.isDayLightSavingsTime_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.isDayLightSavingsTime_quick_example">Quick Example</a></h2>
 
 <p>During the summer, and if the browser is set to a DST-enabled
 timezone, this should display a popup dialog with text similar to
@@ -881,9 +836,7 @@ timezone, this should display a popup di
 );
 </code></pre>
 
-<h2>
-<a name="globalization.isDayLightSavingsTime_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.isDayLightSavingsTime_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -909,6 +862,7 @@ timezone, this should display a popup di
 </code></pre>
 
 <hr>
+
 <h1><a name="globalization.getFirstDayOfWeek">globalization.getFirstDayOfWeek</a></h1>
 
 <p>Returns the first day of the week according to the client's user
@@ -917,9 +871,7 @@ preferences and calendar.</p>
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getFirstDayOfWeek">globalization.getFirstDayOfWeek</a>(successCallback, errorCallback);
 </code></pre>
 
-<h2>
-<a name="globalization.getFirstDayOfWeek_description">Description</a>
-</h2>
+<h2><a name="globalization.getFirstDayOfWeek_description">Description</a></h2>
 
 <p>The days of the week are numbered starting from 1, where 1 is assumed
 to be Sunday.  Returns the day to the <code>successCallback</code> with a
@@ -930,9 +882,7 @@ property with a <code>Number</code> valu
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.UNKNOWN\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.getFirstDayOfWeek_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getFirstDayOfWeek_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -940,9 +890,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getFirstDayOfWeek_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getFirstDayOfWeek_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this displays a
 popup dialog with text similar to <code>day: 1</code>.</p>
@@ -953,9 +902,7 @@ popup dialog with text similar to <code>
 );
 </code></pre>
 
-<h2>
-<a name="globalization.getFirstDayOfWeek_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getFirstDayOfWeek_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -980,6 +927,7 @@ popup dialog with text similar to <code>
 </code></pre>
 
 <hr>
+
 <h1><a name="globalization.numberToString">globalization.numberToString</a></h1>
 
 <p>Returns a number formatted as a string according to the client's user preferences.</p>
@@ -987,9 +935,7 @@ popup dialog with text similar to <code>
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.numberToString">globalization.numberToString</a>(number, successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.numberToString_description">Description</a>
-</h2>
+<h2><a name="globalization.numberToString_description">Description</a></h2>
 
 <p>Returns the formatted number string to the <code>successCallback</code> with a
 <code>properties</code> object as a parameter. That object should have a <code>value</code>
@@ -1006,9 +952,7 @@ error's expected code is <code><a href="
 
 <p>The <code>options.type</code> can be 'decimal', 'percent', or 'currency'.</p>
 
-<h2>
-<a name="globalization.numberToString_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.numberToString_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1016,9 +960,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.numberToString_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.numberToString_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this displays a popup
 dialog with text similar to <code>number: 3.142</code>:</p>
@@ -1031,9 +974,7 @@ dialog with text similar to <code>number
 );
 </code></pre>
 
-<h2>
-<a name="globalization.numberToString_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.numberToString_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -1060,6 +1001,7 @@ dialog with text similar to <code>number
 </code></pre>
 
 <hr>
+
 <h1><a name="globalization.stringToNumber">globalization.stringToNumber</a></h1>
 
 <p>Parses a number formatted as a string according to the client's user
@@ -1068,9 +1010,7 @@ preferences and returns the correspondin
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.stringToNumber">globalization.stringToNumber</a>(string, successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.stringToNumber_description">Description</a>
-</h2>
+<h2><a name="globalization.stringToNumber_description">Description</a></h2>
 
 <p>Returns the number to the <code>successCallback</code> with a <code>properties</code> object
 as a parameter. That object should have a <code>value</code> property with a
@@ -1089,9 +1029,7 @@ values:</p>
 
 <p>The <code>options.type</code> can be <code>decimal</code>, <code>percent</code>, or <code>currency</code>.</p>
 
-<h2>
-<a name="globalization.stringToNumber_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.stringToNumber_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1099,9 +1037,8 @@ values:</p>
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.stringToNumber_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.stringToNumber_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this should display a
 popup dialog with text similar to <code>number: 1234.56</code>:</p>
@@ -1114,9 +1051,7 @@ popup dialog with text similar to <code>
 );
 </code></pre>
 
-<h2>
-<a name="globalization.stringToNumber_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.stringToNumber_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -1143,6 +1078,7 @@ popup dialog with text similar to <code>
 </code></pre>
 
 <hr>
+
 <h1><a name="globalization.getNumberPattern">globalization.getNumberPattern</a></h1>
 
 <p>Returns a pattern string to format and parse numbers according to the client's user preferences.</p>
@@ -1150,9 +1086,7 @@ popup dialog with text similar to <code>
 <pre class="prettyprint"><code>navigator.<a href="cordova_globalization_globalization.md.html#globalization.getNumberPattern">globalization.getNumberPattern</a>(successCallback, errorCallback, options);
 </code></pre>
 
-<h2>
-<a name="globalization.getNumberPattern_description">Description</a>
-</h2>
+<h2><a name="globalization.getNumberPattern_description">Description</a></h2>
 
 <p>Returns the pattern to the <code>successCallback</code> with a <code>properties</code> object
 as a parameter. That object contains the following properties:</p>
@@ -1167,6 +1101,7 @@ as a parameter. That object contains the
 <li><p><strong>decimal</strong>: The decimal symbol to use for parsing and formatting. <em>(String)</em></p></li>
 <li><p><strong>grouping</strong>: The grouping symbol to use for parsing and formatting. <em>(String)</em></p></li>
 </ul>
+
 <p>If there is an error obtaining the pattern, then the <code>errorCallback</code>
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.PATTERN\_ERROR</code>.</p>
@@ -1178,9 +1113,7 @@ error's expected code is <code><a href="
 
 <p>The <code>options.type</code> can be <code>decimal</code>, <code>percent</code>, or <code>currency</code>.</p>
 
-<h2>
-<a name="globalization.getNumberPattern_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getNumberPattern_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1188,9 +1121,8 @@ error's expected code is <code><a href="
 <li>iOS</li>
 <li>Windows Phone 8</li>
 </ul>
-<h2>
-<a name="globalization.getNumberPattern_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getNumberPattern_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale, this should display a
 popup dialog with text similar to the results that follow:</p>
@@ -1221,9 +1153,7 @@ decimal: .
 grouping: ,
 </code></pre>
 
-<h2>
-<a name="globalization.getNumberPattern_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getNumberPattern_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -1255,15 +1185,15 @@ grouping: ,
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="globalization.getNumberPattern_windows_phone_8_quirks">Windows Phone 8 Quirks</a>
-</h2>
+<h2><a name="globalization.getNumberPattern_windows_phone_8_quirks">Windows Phone 8 Quirks</a></h2>
 
 <ul>
 <li><p>The <code>pattern</code> property is not supported, and retuens an empty string.</p></li>
 <li><p>The <code>fraction</code> property is not supported, and returns zero.</p></li>
 </ul>
+
 <hr>
+
 <h1><a name="globalization.getCurrencyPattern">globalization.getCurrencyPattern</a></h1>
 
 <p>Returns a pattern string to format and parse currency values according
@@ -1272,9 +1202,7 @@ to the client's user preferences and ISO
 <pre class="prettyprint"><code> navigator.<a href="cordova_globalization_globalization.md.html#globalization.getCurrencyPattern">globalization.getCurrencyPattern</a>(currencyCode, successCallback, errorCallback);
 </code></pre>
 
-<h2>
-<a name="globalization.getCurrencyPattern_description">Description</a>
-</h2>
+<h2><a name="globalization.getCurrencyPattern_description">Description</a></h2>
 
 <p>Returns the pattern to the <code>successCallback</code> with a <code>properties</code> object
 as a parameter. That object should contain the following properties:</p>
@@ -1287,6 +1215,7 @@ as a parameter. That object should conta
 <li><p><strong>decimal</strong>: The decimal symbol to use for parsing and formatting. <em>(String)</em></p></li>
 <li><p><strong>grouping</strong>: The grouping symbol to use for parsing and formatting. <em>(String)</em></p></li>
 </ul>
+
 <p>The inbound <code>currencyCode</code> parameter should be a <code>String</code> of one of
 the ISO 4217 currency codes, for example 'USD'.</p>
 
@@ -1294,18 +1223,15 @@ the ISO 4217 currency codes, for example
 executes with a <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a></code> object as a parameter. The
 error's expected code is <code><a href="cordova_globalization_globalization.md.html#GlobalizationError">GlobalizationError</a>.FORMATTING\_ERROR</code>.</p>
 
-<h2>
-<a name="globalization.getCurrencyPattern_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="globalization.getCurrencyPattern_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
 <li>Android</li>
 <li>iOS</li>
 </ul>
-<h2>
-<a name="globalization.getCurrencyPattern_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="globalization.getCurrencyPattern_quick_example">Quick Example</a></h2>
 
 <p>When the browser is set to the <code>en\_US</code> locale and the selected
 currency is United States Dollars, this example displays a popup
@@ -1335,9 +1261,7 @@ decimal: .
 grouping: ,
 </code></pre>
 
-<h2>
-<a name="globalization.getCurrencyPattern_full_example">Full Example</a>
-</h2>
+<h2><a name="globalization.getCurrencyPattern_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -1368,13 +1292,12 @@ grouping: ,
 </code></pre>
 
 <hr>
+
 <h1><a name="GlobalizationError">GlobalizationError</a></h1>
 
 <p>An object representing a error from the <a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a> API.</p>
 
-<h2>
-<a name="GlobalizationError_properties">Properties</a>
-</h2>
+<h2><a name="GlobalizationError_properties">Properties</a></h2>
 
 <ul>
 <li>
@@ -1394,24 +1317,20 @@ grouping: ,
 <strong>message</strong>:  A text message that includes the error's explanation and/or details <em>(String)</em>
 </li>
 </ul>
-<h2>
-<a name="GlobalizationError_description">Description</a>
-</h2>
+
+<h2><a name="GlobalizationError_description">Description</a></h2>
 
 <p>This object is created and populated by Cordova, and returned to a callback in the case of an error.</p>
 
-<h2>
-<a name="GlobalizationError_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="GlobalizationError_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
 <li>Android</li>
 <li>iOS</li>
 </ul>
-<h2>
-<a name="GlobalizationError_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="GlobalizationError_quick_example">Quick Example</a></h2>
 
 <p>When the following error callback executes, it displays a
 popup dialog with the text similar to <code>code: 3</code> and <code>message:</code></p>
@@ -1422,9 +1341,7 @@ popup dialog with the text similar to <c
 };
 </code></pre>
 
-<h2>
-<a name="GlobalizationError_full_example">Full Example</a>
-</h2>
+<h2><a name="GlobalizationError_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
@@ -1465,6 +1382,7 @@ popup dialog with the text similar to <c
         </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_inappbrowser_inappbrowser.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_inappbrowser_inappbrowser.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_inappbrowser_inappbrowser.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_inappbrowser_inappbrowser.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>InAppBrowser</h1>
@@ -184,15 +187,11 @@
 <p><strong>NOTE</strong>: The <a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a> window behaves like a standard web browser,
 and can't access Cordova APIs.</p>
 
-<h2>
-<a name="InAppBrowser_description">Description</a>
-</h2>
+<h2><a name="InAppBrowser_description">Description</a></h2>
 
 <p>The object returned from a call to <code><a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a></code>.</p>
 
-<h2>
-<a name="InAppBrowser_methods">Methods</a>
-</h2>
+<h2><a name="InAppBrowser_methods">Methods</a></h2>
 
 <ul>
 <li><a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></li>
@@ -202,9 +201,8 @@ and can't access Cordova APIs.</p>
 <li><a href="cordova_inappbrowser_inappbrowser.md.html#executeScript">executeScript</a></li>
 <li><a href="cordova_inappbrowser_inappbrowser.md.html#insertCSS">insertCSS</a></li>
 </ul>
-<h2>
-<a name="InAppBrowser_accessing_the_feature">Accessing the Feature</a>
-</h2>
+
+<h2><a name="InAppBrowser_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
@@ -251,6 +249,7 @@ platform-specific configuration settings
 </code></pre>
 </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>
 
@@ -281,9 +280,8 @@ configuration.  See <a href="guide_suppo
 </li>
 <li><p><strong>callback</strong>: the function that executes when the event fires. The function is passed an <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowserEvent">InAppBrowserEvent</a></code> object as a parameter.</p></li>
 </ul>
-<h2>
-<a name="addEventListener_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="addEventListener_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -292,17 +290,14 @@ configuration.  See <a href="guide_suppo
 <li>iOS</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-<h2>
-<a name="addEventListener_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="addEventListener_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>('loadstart', function() { alert(event.url); });
 </code></pre>
 
-<h2>
-<a name="addEventListener_full_example">Full Example</a>
-</h2>
+<h2><a name="addEventListener_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -361,9 +356,8 @@ ref.<a href="cordova_inappbrowser_inappb
 <li><p><strong>callback</strong>: the function to execute when the event fires.
 The function is passed an <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowserEvent">InAppBrowserEvent</a></code> object.</p></li>
 </ul>
-<h2>
-<a name="removeEventListener_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="removeEventListener_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -372,9 +366,8 @@ The function is passed an <code><a href=
 <li>iOS</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-<h2>
-<a name="removeEventListener_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="removeEventListener_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 var myCallback = function() { alert(event.url); }
@@ -382,9 +375,7 @@ ref.<a href="cordova_inappbrowser_inappb
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#removeEventListener">removeEventListener</a>('loadstart', myCallback);
 </code></pre>
 
-<h2>
-<a name="removeEventListener_full_example">Full Example</a>
-</h2>
+<h2><a name="removeEventListener_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -452,9 +443,8 @@ ref.<a href="cordova_inappbrowser_inappb
 <strong>ref</strong>: reference to the <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></code> window <em>(<a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a>)</em>
 </li>
 </ul>
-<h2>
-<a name="close_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="close_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -463,17 +453,14 @@ ref.<a href="cordova_inappbrowser_inappb
 <li>iOS</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-<h2>
-<a name="close_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="close_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#close">close</a>();
 </code></pre>
 
-<h2>
-<a name="close_full_example">Full Example</a>
-</h2>
+<h2><a name="close_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -517,9 +504,8 @@ ref.<a href="cordova_inappbrowser_inappb
 <li>
 <strong>ref</strong>: reference to the <a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a> window (<code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></code>)</li>
 </ul>
-<h2>
-<a name="show_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="show_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -527,17 +513,14 @@ ref.<a href="cordova_inappbrowser_inappb
 <li>BlackBerry 10</li>
 <li>iOS</li>
 </ul>
-<h2>
-<a name="show_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="show_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'hidden=yes');
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#show">show</a>();
 </code></pre>
 
-<h2>
-<a name="show_full_example">Full Example</a>
-</h2>
+<h2><a name="show_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -604,9 +587,8 @@ evaluated.</li>
 </ul>
 </li>
 </ul>
-<h2>
-<a name="executeScript_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="executeScript_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -614,9 +596,8 @@ evaluated.</li>
 <li>BlackBerry 10</li>
 <li>iOS</li>
 </ul>
-<h2>
-<a name="executeScript_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="executeScript_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>('loadstop', function() {
@@ -624,9 +605,7 @@ ref.<a href="cordova_inappbrowser_inappb
 });
 </code></pre>
 
-<h2>
-<a name="executeScript_full_example">Full Example</a>
-</h2>
+<h2><a name="executeScript_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -696,9 +675,8 @@ ref.<a href="cordova_inappbrowser_inappb
 </li>
 <li><p><strong>callback</strong>: the function that executes after the CSS is injected.</p></li>
 </ul>
-<h2>
-<a name="insertCSS_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="insertCSS_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -706,9 +684,8 @@ ref.<a href="cordova_inappbrowser_inappb
 <li>BlackBerry 10</li>
 <li>iOS</li>
 </ul>
-<h2>
-<a name="insertCSS_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="insertCSS_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 ref.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>('loadstop', function() {
@@ -716,9 +693,7 @@ ref.<a href="cordova_inappbrowser_inappb
 });
 </code></pre>
 
-<h2>
-<a name="insertCSS_full_example">Full Example</a>
-</h2>
+<h2><a name="insertCSS_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -770,9 +745,7 @@ ref.<a href="cordova_inappbrowser_inappb
 <p>The object that is passed to the callback function from an
 <code><a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a></code> call on an <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></code> object.</p>
 
-<h2>
-<a name="InAppBrowserEvent_properties">Properties</a>
-</h2>
+<h2><a name="InAppBrowserEvent_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>type</strong>: the eventname, either <code>loadstart</code>, <code>loadstop</code>, <code>loaderror</code>, or <code>exit</code>. <em>(String)</em></p></li>
@@ -780,7 +753,9 @@ ref.<a href="cordova_inappbrowser_inappb
 <li><p><strong>code</strong>: the error code, only in the case of <code>loaderror</code>. <em>(Number)</em></p></li>
 <li><p><strong>message</strong>: the error message, only in the case of <code>loaderror</code>. <em>(String)</em></p></li>
 </ul>
+
 <hr>
+
 <h1><a name="window.open">window.open</a></h1>
 
 <p>Opens a URL in a new <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></code> instance, the current browser
@@ -813,6 +788,7 @@ instance, or the system browser.</p>
 <li>
 <strong>location</strong>: Set to <code>yes</code> or <code>no</code> to turn the <code><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></code>'s location bar on or off.</li>
 </ul>
+
 <p>Android only:</p>
 
 <ul>
@@ -825,6 +801,7 @@ instance, or the system browser.</p>
 <li>
 <strong>clearsessioncache</strong>: set to <code>yes</code> to have the session cookie cache cleared before the new window is opened</li>
 </ul>
+
 <p>iOS only:</p>
 
 <ul>
@@ -851,9 +828,8 @@ instance, or the system browser.</p>
 </ul>
 </li>
 </ul>
-<h2>
-<a name="window.open_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="window.open_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -862,17 +838,14 @@ instance, or the system browser.</p>
 <li>iOS</li>
 <li>Windows Phone 7 and 8</li>
 </ul>
-<h2>
-<a name="window.open_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="window.open_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>var ref = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>('http://apache.org', '_blank', 'location=yes');
 var ref2 = <a href="cordova_inappbrowser_inappbrowser.md.html#window.open">window.open</a>(encodeURI('http://ja.m.wikipedia.org/wiki/ハングル'), '_blank', 'location=yes');
 </code></pre>
 
-<h2>
-<a name="window.open_full_example">Full Example</a>
-</h2>
+<h2><a name="window.open_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -906,6 +879,7 @@ var ref2 = <a href="cordova_inappbrowser
         </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_media_capture_capture.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/cordova_media_capture_capture.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/cordova_media_capture_capture.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/cordova_media_capture_capture.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>Capture</h1>
@@ -232,9 +235,7 @@ provide just-in-time notice and obtain p
 to accessing the camera or microphone.  For more information, please
 see the <a href="guide_appdev_privacy_index.md.html#Privacy%20Guide">Privacy Guide</a>.</p>
 
-<h2>
-<a name="Capture_objects">Objects</a>
-</h2>
+<h2><a name="Capture_objects">Objects</a></h2>
 
 <ul>
 <li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
@@ -247,9 +248,8 @@ see the <a href="guide_appdev_privacy_in
 <li><a href="cordova_media_capture_capture.md.html#MediaFile">MediaFile</a></li>
 <li><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></li>
 </ul>
-<h2>
-<a name="Capture_methods">Methods</a>
-</h2>
+
+<h2><a name="Capture_methods">Methods</a></h2>
 
 <ul>
 <li><a href="cordova_media_capture_capture.md.html#capture.captureAudio">capture.captureAudio</a></li>
@@ -257,9 +257,8 @@ see the <a href="guide_appdev_privacy_in
 <li><a href="cordova_media_capture_capture.md.html#capture.captureVideo">capture.captureVideo</a></li>
 <li><a href="cordova_media_capture_capture.md.html#MediaFile.getFormatData">MediaFile.getFormatData</a></li>
 </ul>
-<h2>
-<a name="Capture_scope">Scope</a>
-</h2>
+
+<h2><a name="Capture_scope">Scope</a></h2>
 
 <p>The <code>capture</code> object is assigned to the <code>navigator.device</code> object, and
 therefore has global scope.</p>
@@ -268,27 +267,23 @@ therefore has global scope.</p>
 var capture = navigator.device.capture;
 </code></pre>
 
-<h2>
-<a name="Capture_properties">Properties</a>
-</h2>
+<h2><a name="Capture_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>supportedAudioModes</strong>: The audio recording formats supported by the device. (<a href="cordova_media_capture_capture.md.html#ConfigurationData">ConfigurationData</a>[])</p></li>
 <li><p><strong>supportedImageModes</strong>: The recording image sizes and formats supported by the device. (<a href="cordova_media_capture_capture.md.html#ConfigurationData">ConfigurationData</a>[])</p></li>
 <li><p><strong>supportedVideoModes</strong>: The recording video resolutions and formats supported by the device. (<a href="cordova_media_capture_capture.md.html#ConfigurationData">ConfigurationData</a>[])</p></li>
 </ul>
-<h2>
-<a name="Capture_methods">Methods</a>
-</h2>
+
+<h2><a name="Capture_methods">Methods</a></h2>
 
 <ul>
 <li><p><code><a href="cordova_media_capture_capture.md.html#capture.captureAudio">capture.captureAudio</a></code>: Launch the device's audio recording application to record audio clips.</p></li>
 <li><p><code><a href="cordova_media_capture_capture.md.html#capture.captureImage">capture.captureImage</a></code>: Launch the device's camera application to take photos.</p></li>
 <li><p><code><a href="cordova_media_capture_capture.md.html#capture.captureVideo">capture.captureVideo</a></code>: Launch the device's video recorder application to record videos.</p></li>
 </ul>
-<h2>
-<a name="Capture_supported_platforms">Supported Platforms</a>
-</h2>
+
+<h2><a name="Capture_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -298,9 +293,8 @@ var capture = navigator.device.capture;
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="Capture_accessing_the_feature">Accessing the Feature</a>
-</h2>
+
+<h2><a name="Capture_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
@@ -388,10 +382,12 @@ platform-specific configuration settings
 </code></pre>
 </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="capture.captureAudio">capture.captureAudio</a></h1>
 
 <blockquote>
@@ -403,9 +399,7 @@ configuration.  See <a href="guide_suppo
 );
 </code></pre>
 
-<h2>
-<a name="capture.captureAudio_description">Description</a>
-</h2>
+<h2><a name="capture.captureAudio_description">Description</a></h2>
 
 <p>Starts an asynchronous operation to capture audio recordings using the
 device's default audio recording application.  The operation allows
@@ -424,9 +418,7 @@ is captured, the <code>CaptureErrorCallb
 object, featuring the <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NO_MEDIA_FILES</code> error
 code.</p>
 
-<h2>
-<a name="capture.captureAudio_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="capture.captureAudio_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -436,9 +428,8 @@ code.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="capture.captureAudio_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="capture.captureAudio_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// capture callback
 var captureSuccess = function(mediaFiles) {
@@ -458,9 +449,7 @@ var captureError = function(error) {
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureAudio">capture.captureAudio</a>(captureSuccess, captureError, {limit:2});
 </code></pre>
 
-<h2>
-<a name="capture.captureAudio_full_example">Full Example</a>
-</h2>
+<h2><a name="capture.captureAudio_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -521,45 +510,40 @@ navigator.device.<a href="cordova_media_
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="capture.captureAudio_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+<h2><a name="capture.captureAudio_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <ul>
 <li>Cordova for BlackBerry 10 attempts to launch the <strong>Voice Notes Recorder</strong> application, provided by RIM, to capture audio recordings. The app receives a <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
-<h2>
-<a name="capture.captureAudio_ios_quirks">iOS Quirks</a>
-</h2>
+
+<h2><a name="capture.captureAudio_ios_quirks">iOS Quirks</a></h2>
 
 <ul>
 <li>iOS does not have a default audio recording application, so a simple user interface is provided.</li>
 </ul>
-<h2>
-<a name="capture.captureAudio_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
-</h2>
+
+<h2><a name="capture.captureAudio_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a></h2>
 
 <ul>
 <li>Windows Phone 7 does not have a default audio recording application, so a simple user interface is provided.</li>
 </ul>
+
 <hr>
+
 <h1><a name="CaptureAudioOptions">CaptureAudioOptions</a></h1>
 
 <blockquote>
   <p>Encapsulates audio capture configuration options.</p>
 </blockquote>
 
-<h2>
-<a name="CaptureAudioOptions_properties">Properties</a>
-</h2>
+<h2><a name="CaptureAudioOptions_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>limit</strong>: The maximum number of audio clips the device user can record in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).</p></li>
 <li><p><strong>duration</strong>: The maximum duration of an audio sound clip, in seconds.</p></li>
 </ul>
-<h2>
-<a name="CaptureAudioOptions_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="CaptureAudioOptions_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// limit capture operation to 3 media files, no longer than 10 seconds each
 var options = { limit: 3, duration: 10 };
@@ -567,35 +551,32 @@ var options = { limit: 3, duration: 10 }
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureAudio">capture.captureAudio</a>(captureSuccess, captureError, options);
 </code></pre>
 
-<h2>
-<a name="CaptureAudioOptions_amazon_fire_os_quirks">Amazon Fire OS Quirks</a>
-</h2>
+<h2><a name="CaptureAudioOptions_amazon_fire_os_quirks">Amazon Fire OS Quirks</a></h2>
 
 <ul>
 <li>The <code>duration</code> parameter is not supported.  Recording lengths cannot be limited programmatically.</li>
 </ul>
-<h2>
-<a name="CaptureAudioOptions_android_quirks">Android Quirks</a>
-</h2>
+
+<h2><a name="CaptureAudioOptions_android_quirks">Android Quirks</a></h2>
 
 <ul>
 <li>The <code>duration</code> parameter is not supported.  Recording lengths can't be limited programmatically.</li>
 </ul>
-<h2>
-<a name="CaptureAudioOptions_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+
+<h2><a name="CaptureAudioOptions_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <ul>
 <li>The <code>duration</code> parameter is not supported.  Recording lengths can't be limited programmatically.</li>
 </ul>
-<h2>
-<a name="CaptureAudioOptions_ios_quirks">iOS Quirks</a>
-</h2>
+
+<h2><a name="CaptureAudioOptions_ios_quirks">iOS Quirks</a></h2>
 
 <ul>
 <li>The <code>limit</code> parameter is not supported, so only one recording can be created for each invocation.</li>
 </ul>
+
 <hr>
+
 <h1><a name="capture.captureImage">capture.captureImage</a></h1>
 
 <blockquote>
@@ -607,9 +588,7 @@ navigator.device.<a href="cordova_media_
 );
 </code></pre>
 
-<h2>
-<a name="capture.captureImage_description">Description</a>
-</h2>
+<h2><a name="capture.captureImage_description">Description</a></h2>
 
 <p>Starts an asynchronous operation to capture images using the device's
 camera application.  The operation allows users to capture more than
@@ -627,9 +606,7 @@ image file.  If the user terminates the 
 image, the <code><a href="cordova_media_capture_capture.md.html#CaptureErrorCB">CaptureErrorCB</a></code> callback executes with a <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a></code>
 object featuring a <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
-<h2>
-<a name="capture.captureImage_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="capture.captureImage_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -639,16 +616,13 @@ object featuring a <code><a href="cordov
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="capture.captureImage_windows_phone_7_quirks">Windows Phone 7 Quirks</a>
-</h2>
+
+<h2><a name="capture.captureImage_windows_phone_7_quirks">Windows Phone 7 Quirks</a></h2>
 
 <p>Invoking the native camera application while your device is connected
 via Zune does not work, and the error callback executes.</p>
 
-<h2>
-<a name="capture.captureImage_quick_example">Quick Example</a>
-</h2>
+<h2><a name="capture.captureImage_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// capture callback
 var captureSuccess = function(mediaFiles) {
@@ -668,9 +642,7 @@ var captureError = function(error) {
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureImage">capture.captureImage</a>(captureSuccess, captureError, {limit:2});
 </code></pre>
 
-<h2>
-<a name="capture.captureImage_full_example">Full Example</a>
-</h2>
+<h2><a name="capture.captureImage_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -732,23 +704,21 @@ navigator.device.<a href="cordova_media_
 </code></pre>
 
 <hr>
+
 <h1><a name="CaptureImageOptions">CaptureImageOptions</a></h1>
 
 <blockquote>
   <p>Encapsulates image capture configuration options.</p>
 </blockquote>
 
-<h2>
-<a name="CaptureImageOptions_properties">Properties</a>
-</h2>
+<h2><a name="CaptureImageOptions_properties">Properties</a></h2>
 
 <ul>
 <li>
 <strong>limit</strong>: The maximum number of images the user can capture in a single capture operation. The value must be greater than or equal to 1 (defaults to 1).</li>
 </ul>
-<h2>
-<a name="CaptureImageOptions_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="CaptureImageOptions_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// limit capture operation to 3 images
 var options = { limit: 3 };
@@ -756,14 +726,14 @@ var options = { limit: 3 };
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureImage">capture.captureImage</a>(captureSuccess, captureError, options);
 </code></pre>
 
-<h2>
-<a name="CaptureImageOptions_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="CaptureImageOptions_ios_quirks">iOS Quirks</a></h2>
 
 <ul>
 <li>The <strong>limit</strong> parameter is not supported, and only one image is taken per invocation.</li>
 </ul>
+
 <hr>
+
 <h1><a name="capture.captureVideo">capture.captureVideo</a></h1>
 
 <blockquote>
@@ -775,9 +745,7 @@ navigator.device.<a href="cordova_media_
 );
 </code></pre>
 
-<h2>
-<a name="capture.captureVideo_description">Description</a>
-</h2>
+<h2><a name="capture.captureVideo_description">Description</a></h2>
 
 <p>Starts an asynchronous operation to capture video recordings using the
 device's video recording application.  The operation allows the user
@@ -796,9 +764,7 @@ capturing a video clip, the <code><a hre
 <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a></code> object featuring a
 <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NO_MEDIA_FILES</code> error code.</p>
 
-<h2>
-<a name="capture.captureVideo_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="capture.captureVideo_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -808,9 +774,8 @@ capturing a video clip, the <code><a hre
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="capture.captureVideo_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="capture.captureVideo_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// capture callback
 var captureSuccess = function(mediaFiles) {
@@ -830,9 +795,7 @@ var captureError = function(error) {
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureVideo">capture.captureVideo</a>(captureSuccess, captureError, {limit:2});
 </code></pre>
 
-<h2>
-<a name="capture.captureVideo_full_example">Full Example</a>
-</h2>
+<h2><a name="capture.captureVideo_full_example">Full Example</a></h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -893,31 +856,28 @@ navigator.device.<a href="cordova_media_
 &lt;/html&gt;
 </code></pre>
 
-<h2>
-<a name="capture.captureVideo_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+<h2><a name="capture.captureVideo_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <ul>
 <li>Cordova for BlackBerry 10 attempts to launch the <strong>Video Recorder</strong> application, provided by RIM, to capture video recordings. The app receives a <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NOT_SUPPORTED</code> error code if the application is not installed on the device.</li>
 </ul>
+
 <hr>
+
 <h1><a name="CaptureVideoOptions">CaptureVideoOptions</a></h1>
 
 <blockquote>
   <p>Encapsulates video capture configuration options.</p>
 </blockquote>
 
-<h2>
-<a name="CaptureVideoOptions_properties">Properties</a>
-</h2>
+<h2><a name="CaptureVideoOptions_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>limit</strong>: The maximum number of video clips the device's user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).</p></li>
 <li><p><strong>duration</strong>: The maximum duration of a video clip, in seconds.</p></li>
 </ul>
-<h2>
-<a name="CaptureVideoOptions_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="CaptureVideoOptions_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// limit capture operation to 3 video clips
 var options = { limit: 3 };
@@ -925,38 +885,34 @@ var options = { limit: 3 };
 navigator.device.<a href="cordova_media_capture_capture.md.html#capture.captureVideo">capture.captureVideo</a>(captureSuccess, captureError, options);
 </code></pre>
 
-<h2>
-<a name="CaptureVideoOptions_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+<h2><a name="CaptureVideoOptions_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <ul>
 <li>The <strong>duration</strong> parameter is not supported, so the length of recordings can't be limited programmatically.</li>
 </ul>
-<h2>
-<a name="CaptureVideoOptions_ios_quirks">iOS Quirks</a>
-</h2>
+
+<h2><a name="CaptureVideoOptions_ios_quirks">iOS Quirks</a></h2>
 
 <ul>
 <li>The <strong>limit</strong> parameter is not supported.  Only one video is recorded per invocation.</li>
 </ul>
+
 <hr>
+
 <h1><a name="CaptureError">CaptureError</a></h1>
 
 <blockquote>
   <p>Encapsulates the error code resulting from a failed media capture operation.</p>
 </blockquote>
 
-<h2>
-<a name="CaptureError_properties">Properties</a>
-</h2>
+<h2><a name="CaptureError_properties">Properties</a></h2>
 
 <ul>
 <li>
 <strong>code</strong>: One of the pre-defined error codes listed below.</li>
 </ul>
-<h2>
-<a name="CaptureError_constants">Constants</a>
-</h2>
+
+<h2><a name="CaptureError_constants">Constants</a></h2>
 
 <ul>
 <li><p><code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_INTERNAL_ERR</code>: The camera or microphone failed to capture image or sound.</p></li>
@@ -965,7 +921,9 @@ navigator.device.<a href="cordova_media_
 <li><p><code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NO_MEDIA_FILES</code>: The user exits the camera or audio capture application before capturing anything.</p></li>
 <li><p><code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a>.CAPTURE_NOT_SUPPORTED</code>: The requested capture operation is not supported.</p></li>
 </ul>
+
 <hr>
+
 <h1><a name="CaptureCB">CaptureCB</a></h1>
 
 <blockquote>
@@ -975,9 +933,7 @@ navigator.device.<a href="cordova_media_
 <pre class="prettyprint"><code>function captureSuccess( <a href="cordova_media_capture_capture.md.html#MediaFile">MediaFile</a>[] mediaFiles ) { ... };
 </code></pre>
 
-<h2>
-<a name="CaptureCB_description">Description</a>
-</h2>
+<h2><a name="CaptureCB_description">Description</a></h2>
 
 <p>This function executes after a successful capture operation completes.
 At this point a media file has been captured, and either the user has
@@ -986,9 +942,7 @@ reached.</p>
 
 <p>Each <code><a href="cordova_media_capture_capture.md.html#MediaFile">MediaFile</a></code> object describes a captured media file.</p>
 
-<h2>
-<a name="CaptureCB_quick_example">Quick Example</a>
-</h2>
+<h2><a name="CaptureCB_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// capture callback
 function captureSuccess(mediaFiles) {
@@ -1001,6 +955,7 @@ function captureSuccess(mediaFiles) {
 </code></pre>
 
 <hr>
+
 <h1><a name="CaptureErrorCB">CaptureErrorCB</a></h1>
 
 <blockquote>
@@ -1010,9 +965,7 @@ function captureSuccess(mediaFiles) {
 <pre class="prettyprint"><code>function captureError( <a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a> error ) { ... };
 </code></pre>
 
-<h2>
-<a name="CaptureErrorCB_description">Description</a>
-</h2>
+<h2><a name="CaptureErrorCB_description">Description</a></h2>
 
 <p>This function executes if an error occurs when trying to launch a
 media capture operation. Failure scenarios include when the capture
@@ -1022,9 +975,7 @@ the user cancels the operation before an
 <p>This function executes with a <code><a href="cordova_media_capture_capture.md.html#CaptureError">CaptureError</a></code> object containing an
 appropriate error <code>code</code>.</p>
 
-<h2>
-<a name="CaptureErrorCB_quick_example">Quick Example</a>
-</h2>
+<h2><a name="CaptureErrorCB_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// capture error callback
 var captureError = function(error) {
@@ -1033,15 +984,14 @@ var captureError = function(error) {
 </code></pre>
 
 <hr>
+
 <h1><a name="ConfigurationData">ConfigurationData</a></h1>
 
 <blockquote>
   <p>Encapsulates a set of media capture parameters that a device supports.</p>
 </blockquote>
 
-<h2>
-<a name="ConfigurationData_description">Description</a>
-</h2>
+<h2><a name="ConfigurationData_description">Description</a></h2>
 
 <p>Describes media capture modes supported by the device.  The
 configuration data includes the MIME type, and capture dimensions for
@@ -1056,18 +1006,16 @@ video or image capture.</p>
 <li><code>audio/amr</code></li>
 <li><code>audio/wav</code></li>
 </ul>
-<h2>
-<a name="ConfigurationData_properties">Properties</a>
-</h2>
+
+<h2><a name="ConfigurationData_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>type</strong>: The ASCII-encoded lowercase string representing the media type. (DOMString)</p></li>
 <li><p><strong>height</strong>: The height of the image or video in pixels.  The value is zero for sound clips. (Number)</p></li>
 <li><p><strong>width</strong>: The width of the image or video in pixels.  The value is zero for sound clips. (Number)</p></li>
 </ul>
-<h2>
-<a name="ConfigurationData_quick_example">Quick Example</a>
-</h2>
+
+<h2><a name="ConfigurationData_quick_example">Quick Example</a></h2>
 
 <pre class="prettyprint"><code>// retrieve supported image modes
 var imageModes = navigator.device.capture.supportedImageModes;
@@ -1086,15 +1034,14 @@ for each (var mode in imageModes) {
 <p>Not supported by any platform.  All configuration data arrays are empty.</p>
 
 <hr>
+
 <h1><a name="MediaFile">MediaFile</a></h1>
 
 <blockquote>
   <p>Encapsulates properties of a media capture file.</p>
 </blockquote>
 
-<h2>
-<a name="MediaFile_properties">Properties</a>
-</h2>
+<h2><a name="MediaFile_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>name</strong>: The name of the file, without path information. (DOMString)</p></li>
@@ -1103,15 +1050,16 @@ for each (var mode in imageModes) {
 <li><p><strong>lastModifiedDate</strong>: The date and time when the file was last modified. (Date)</p></li>
 <li><p><strong>size</strong>: The size of the file, in bytes. (Number)</p></li>
 </ul>
-<h2>
-<a name="MediaFile_methods">Methods</a>
-</h2>
+
+<h2><a name="MediaFile_methods">Methods</a></h2>
 
 <ul>
 <li>
 <strong><a href="cordova_media_capture_capture.md.html#MediaFile.getFormatData">MediaFile.getFormatData</a></strong>: Retrieves the format information of the media file.</li>
 </ul>
+
 <hr>
+
 <h1><a name="MediaFile.getFormatData">MediaFile.getFormatData</a></h1>
 
 <blockquote>
@@ -1124,9 +1072,7 @@ for each (var mode in imageModes) {
 );
 </code></pre>
 
-<h2>
-<a name="MediaFile.getFormatData_description">Description</a>
-</h2>
+<h2><a name="MediaFile.getFormatData_description">Description</a></h2>
 
 <p>This function asynchronously attempts to retrieve the format
 information for the media file.  If successful, it invokes the
@@ -1134,9 +1080,7 @@ information for the media file.  If succ
 the attempt fails, this function invokes the <code>MediaFileDataErrorCB</code>
 callback.</p>
 
-<h2>
-<a name="MediaFile.getFormatData_supported_platforms">Supported Platforms</a>
-</h2>
+<h2><a name="MediaFile.getFormatData_supported_platforms">Supported Platforms</a></h2>
 
 <ul>
 <li>Amazon Fire OS</li>
@@ -1146,44 +1090,36 @@ callback.</p>
 <li>Windows Phone 7 and 8</li>
 <li>Windows 8</li>
 </ul>
-<h2>
-<a name="MediaFile.getFormatData_amazon_fire_os_quirks">Amazon Fire OS Quirks</a>
-</h2>
+
+<h2><a name="MediaFile.getFormatData_amazon_fire_os_quirks">Amazon Fire OS Quirks</a></h2>
 
 <p>The API to access media file format information is limited, so not all
 <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties are supported.</p>
 
-<h2>
-<a name="MediaFile.getFormatData_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+<h2><a name="MediaFile.getFormatData_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <p>Does not provide an API for information about media files, so all
 <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> objects return with default values.</p>
 
-<h2>
-<a name="MediaFile.getFormatData_android_quirks">Android Quirks</a>
-</h2>
+<h2><a name="MediaFile.getFormatData_android_quirks">Android Quirks</a></h2>
 
 <p>The API to access media file format information is limited, so not all
 <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties are supported.</p>
 
-<h2>
-<a name="MediaFile.getFormatData_ios_quirks">iOS Quirks</a>
-</h2>
+<h2><a name="MediaFile.getFormatData_ios_quirks">iOS Quirks</a></h2>
 
 <p>The API to access media file format information is limited, so not all
 <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties are supported.</p>
 
 <hr>
+
 <h1><a name="MediaFileData">MediaFileData</a></h1>
 
 <blockquote>
   <p>Encapsulates format information about a media file.</p>
 </blockquote>
 
-<h2>
-<a name="MediaFileData_properties">Properties</a>
-</h2>
+<h2><a name="MediaFileData_properties">Properties</a></h2>
 
 <ul>
 <li><p><strong>codecs</strong>: The actual format of the audio and video content. (DOMString)</p></li>
@@ -1192,9 +1128,8 @@ callback.</p>
 <li><p><strong>width</strong>: The width of the image or video in pixels. The value is zero for audio clips. (Number)</p></li>
 <li><p><strong>duration</strong>: The length of the video or sound clip in seconds. The value is zero for images. (Number)</p></li>
 </ul>
-<h2>
-<a name="MediaFileData_blackberry_10_quirks">BlackBerry 10 Quirks</a>
-</h2>
+
+<h2><a name="MediaFileData_blackberry_10_quirks">BlackBerry 10 Quirks</a></h2>
 
 <p>No API provides format information for media files, so the
 <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> object returned by <code><a href="cordova_media_capture_capture.md.html#MediaFile.getFormatData">MediaFile.getFormatData</a></code> features
@@ -1207,9 +1142,8 @@ the following default values:</p>
 <li><p><strong>width</strong>: Not supported, and returns zero.</p></li>
 <li><p><strong>duration</strong>: Not supported, and returns zero.</p></li>
 </ul>
-<h2>
-<a name="MediaFileData_amazon_fire_os_quirks">Amazon Fire OS Quirks</a>
-</h2>
+
+<h2><a name="MediaFileData_amazon_fire_os_quirks">Amazon Fire OS Quirks</a></h2>
 
 <p>Supports the following <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties:</p>
 
@@ -1220,9 +1154,8 @@ the following default values:</p>
 <li><p><strong>width</strong>: Supported: image and video files only.</p></li>
 <li><p><strong>duration</strong>: Supported: audio and video files only</p></li>
 </ul>
-<h2>
-<a name="MediaFileData_android_quirks">Android Quirks</a>
-</h2>
+
+<h2><a name="MediaFileData_android_quirks">Android Quirks</a></h2>
 
 <p>Supports the following <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties:</p>
 
@@ -1233,9 +1166,8 @@ the following default values:</p>
 <li><p><strong>width</strong>: Supported: image and video files only.</p></li>
 <li><p><strong>duration</strong>: Supported: audio and video files only.</p></li>
 </ul>
-<h2>
-<a name="MediaFileData_ios_quirks">iOS Quirks</a>
-</h2>
+
+<h2><a name="MediaFileData_ios_quirks">iOS Quirks</a></h2>
 
 <p>Supports the following <code><a href="cordova_media_capture_capture.md.html#MediaFileData">MediaFileData</a></code> properties:</p>
 
@@ -1246,10 +1178,12 @@ the following default values:</p>
 <li><p><strong>width</strong>: Supported: image and video files only.</p></li>
 <li><p><strong>duration</strong>: Supported: audio and video files only.</p></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>