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/06/12 19:51:05 UTC

[30/46] docs commit: thru inappbrowser

thru inappbrowser


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/49778362
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/49778362
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/49778362

Branch: refs/heads/master
Commit: 4977836297f97c2e31f8107831323b8a7f1fa353
Parents: f4bf442
Author: Mike Sierra <le...@gmail.com>
Authored: Fri May 17 13:06:14 2013 -0400
Committer: Mike Sierra <le...@gmail.com>
Committed: Fri May 17 13:06:14 2013 -0400

----------------------------------------------------------------------
 .../accelerometer/acceleration/acceleration.md  |  8 +-
 .../camera/parameter/CameraPopoverOptions.md    | 10 +--
 .../cordova/camera/parameter/cameraError.md     |  2 +-
 .../cordova/camera/parameter/cameraOptions.md   | 22 ++---
 .../cordova/camera/parameter/cameraSuccess.md   |  2 +-
 .../contacts/parameters/contactSuccess.md       |  2 +-
 .../geolocation/parameters/geolocationError.md  |  2 +-
 .../parameters/geolocationSuccess.md            |  2 +-
 .../GlobalizationError/globalizationerror.md    |  4 +-
 .../edge/cordova/inappbrowser/inappbrowser.md   | 90 ++++++++++----------
 .../en/edge/cordova/inappbrowser/window.open.md | 39 +++++----
 .../edge/cordova/media/Parameters/mediaError.md |  2 +-
 .../cordova/notification/notification.alert.md  |  8 +-
 .../cordova/notification/notification.beep.md   |  2 +-
 .../notification/notification.confirm.md        | 10 +--
 .../cordova/notification/notification.prompt.md | 12 +--
 .../notification/notification.vibrate.md        |  2 +-
 17 files changed, 107 insertions(+), 112 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md b/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
index cae085e..e365106 100644
--- a/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
+++ b/docs/en/edge/cordova/accelerometer/acceleration/acceleration.md
@@ -25,10 +25,10 @@ Contains `Accelerometer` data captured at a specific point in time.
 Properties
 ----------
 
-- __x__:  Amount of acceleration on the x-axis. (in m/s^2) (`Number`)
-- __y__:  Amount of acceleration on the y-axis. (in m/s^2) (`Number`)
-- __z__:  Amount of acceleration on the z-axis. (in m/s^2) (`Number`)
-- __timestamp__: Creation timestamp in milliseconds. (`DOMTimeStamp`)
+- __x__:  Amount of acceleration on the x-axis. (in m/s^2) _(Number)_
+- __y__:  Amount of acceleration on the y-axis. (in m/s^2) _(Number)_
+- __z__:  Amount of acceleration on the z-axis. (in m/s^2) _(Number)_
+- __timestamp__: Creation timestamp in milliseconds. _(DOMTimeStamp)_
 
 Description
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/CameraPopoverOptions.md b/docs/en/edge/cordova/camera/parameter/CameraPopoverOptions.md
index dec818e..c88c544 100644
--- a/docs/en/edge/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/CameraPopoverOptions.md
@@ -34,15 +34,15 @@ or album.
 CameraPopoverOptions
 --------------------
 
-- __x__: x pixel coordinate of screen element onto which to anchor the popover. (`Number`)
+- __x__: x pixel coordinate of screen element onto which to anchor the popover. _(Number)_
 
-- __y__: y pixel coordinate of screen element onto which to anchor the popover. (`Number`)
+- __y__: y pixel coordinate of screen element onto which to anchor the popover. _(Number)_
 
-- __width__: width, in pixels, of the screen element onto which to anchor the popover. (`Number`)
+- __width__: width, in pixels, of the screen element onto which to anchor the popover. _(Number)_
 
-- __height__: height, in pixels, of the screen element onto which to anchor the popover. (`Number`)
+- __height__: height, in pixels, of the screen element onto which to anchor the popover. _(Number)_
 
-- __arrowDir__: Direction the arrow on the popover should point.  Defined in `Camera.PopoverArrowDirection` (`Number`)
+- __arrowDir__: Direction the arrow on the popover should point.  Defined in `Camera.PopoverArrowDirection` _(Number)_
 
             Camera.PopoverArrowDirection = {
                 ARROW_UP : 1,        // matches iOS UIPopoverArrowDirection constants

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/camera/parameter/cameraError.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraError.md b/docs/en/edge/cordova/camera/parameter/cameraError.md
index c89b0fa..fced900 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraError.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraError.md
@@ -29,4 +29,4 @@ onError callback function that provides an error message.
 Parameters
 ----------
 
-- __message__: The message is provided by the device's native code. (`String`)
+- __message__: The message is provided by the device's native code. _(String)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index d3385dd..4e70f9f 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -35,9 +35,9 @@ Optional parameters to customize the camera settings.
 Options
 -------
 
-- __quality__: Quality of saved image. Range is [0, 100]. (`Number`)
+- __quality__: Quality of saved image. Range is [0, 100]. _(Number)_
 
-- __destinationType__: Choose the format of the return value.  Defined in `navigator.camera.DestinationType` (`Number`)
+- __destinationType__: Choose the format of the return value.  Defined in `navigator.camera.DestinationType` _(Number)_
 
         Camera.DestinationType = {
             DATA_URL : 0,      // Return image as base64-encoded string
@@ -45,7 +45,7 @@ Options
             NATIVE_URI : 2     // Return image native URI (e.g. assets-library:// on iOS or content:// on Android)
         };
 
-- __sourceType__: Set the source of the picture.  Defined in `navigator.camera.PictureSourceType` (`Number`)
+- __sourceType__: Set the source of the picture.  Defined in `navigator.camera.PictureSourceType` _(Number)_
 
         Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
@@ -53,19 +53,19 @@ Options
             SAVEDPHOTOALBUM : 2
         };
 
-- __allowEdit__: Allow simple editing of image before selection. (`Boolean`)
+- __allowEdit__: Allow simple editing of image before selection. _(Boolean)_
 
-- __encodingType__: Choose the  returned image file's encoding.  Defined in `navigator.camera.EncodingType` (`Number`)
+- __encodingType__: Choose the  returned image file's encoding.  Defined in `navigator.camera.EncodingType` _(Number)_
 
         Camera.EncodingType = {
             JPEG : 0,               // Return JPEG encoded image
             PNG : 1                 // Return PNG encoded image
         };
 
-- __targetWidth__: Width in pixels to scale image. Must be used with __targetHeight__.  Aspect ratio remains constant. (`Number`)
-- __targetHeight__: Height in pixels to scale image. Must be used with __targetWidth__. Aspect ratio remains constant. (`Number`)
+- __targetWidth__: Width in pixels to scale image. Must be used with __targetHeight__.  Aspect ratio remains constant. _(Number)_
+- __targetHeight__: Height in pixels to scale image. Must be used with __targetWidth__. Aspect ratio remains constant. _(Number)_
 
-- __mediaType__: Set the type of media to select from.  Only works when `PictureSourceType` is `PHOTOLIBRARY` or `SAVEDPHOTOALBUM`. Defined in `nagivator.camera.MediaType` (`Number`)
+- __mediaType__: Set the type of media to select from.  Only works when `PictureSourceType` is `PHOTOLIBRARY` or `SAVEDPHOTOALBUM`. Defined in `nagivator.camera.MediaType` _(Number)_
 
         Camera.MediaType = {
             PICTURE: 0,    // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
@@ -73,10 +73,10 @@ Options
             ALLMEDIA : 2   // allow selection from all media types
 };
 
-- __correctOrientation__: Rotate the image to correct for the orientation of the device during capture. (`Boolean`)
-- __saveToPhotoAlbum__: Save the image to the photo album on the device after capture. (`Boolean`)
+- __correctOrientation__: Rotate the image to correct for the orientation of the device during capture. _(Boolean)_
+- __saveToPhotoAlbum__: Save the image to the photo album on the device after capture. _(Boolean)_
 - __popoverOptions__: iOS-only options that specify popover location in iPad.  Defined in `CameraPopoverOptions`.
-- __cameraDirection__: Choose the camera to use (front- or back-facing).  Defined in `navigator.camera.Direction` (`Number`)
+- __cameraDirection__: Choose the camera to use (front- or back-facing).  Defined in `navigator.camera.Direction` _(Number)_
 
         Camera.Direction = {
             BACK : 0,      // Use the back-facing camera

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraSuccess.md b/docs/en/edge/cordova/camera/parameter/cameraSuccess.md
index d9ceb75..45a0a2e 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraSuccess.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraSuccess.md
@@ -29,7 +29,7 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData__: Base64 encoding of the image data, _or_ the image file URI, depending on `cameraOptions` in effect. (`String`)
+- __imageData__: Base64 encoding of the image data, _or_ the image file URI, depending on `cameraOptions` in effect. _(String)_
 
 Example
 -------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/parameters/contactSuccess.md b/docs/en/edge/cordova/contacts/parameters/contactSuccess.md
index 0cf2a83..fb8b284 100644
--- a/docs/en/edge/cordova/contacts/parameters/contactSuccess.md
+++ b/docs/en/edge/cordova/contacts/parameters/contactSuccess.md
@@ -29,7 +29,7 @@ Success callback function that provides the `Contact` array resulting from a `co
 Parameters
 ----------
 
-- __contacts__: The contact array resulting from a find operation. (`Contact`)
+- __contacts__: The contact array resulting from a find operation. _(Contact)_
 
 Example
 -------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/geolocation/parameters/geolocationError.md b/docs/en/edge/cordova/geolocation/parameters/geolocationError.md
index 66cdefd..c087165 100644
--- a/docs/en/edge/cordova/geolocation/parameters/geolocationError.md
+++ b/docs/en/edge/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ geolocation functions.
 Parameters
 ----------
 
-- __error__: The error returned by the device. (`PositionError`)
+- __error__: The error returned by the device. _(PositionError)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/geolocation/parameters/geolocationSuccess.md b/docs/en/edge/cordova/geolocation/parameters/geolocationSuccess.md
index da61fc0..8df414a 100644
--- a/docs/en/edge/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/docs/en/edge/cordova/geolocation/parameters/geolocationSuccess.md
@@ -32,7 +32,7 @@ or when the position changes (when called from
 Parameters
 ----------
 
-- __position__: The geolocation position returned by the device. (`Position`)
+- __position__: The geolocation position returned by the device. _(Position)_
 
 Example
 -------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md b/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
index d5af9a9..9916d7f 100644
--- a/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
+++ b/docs/en/edge/cordova/globalization/GlobalizationError/globalizationerror.md
@@ -25,12 +25,12 @@ An object representing a error from the Globalization API.
 Properties
 ----------
 
-- __code__:  One of the following codes representing the error type (`Number`)
+- __code__:  One of the following codes representing the error type _(Number)_
   - GlobalizationError.UNKNOWN\_ERROR: 0
   - GlobalizationError.FORMATTING\_ERROR: 1
   - GlobalizationError.PARSING\_ERROR: 2
   - GlobalizationError.PATTERN\_ERROR: 3
-- __message__:  A text message that includes the error's explanation and/or details (`String`)
+- __message__:  A text message that includes the error's explanation and/or details _(String)_
 
 Description
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index fc63a43..d85aa4a 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -1,4 +1,4 @@
---- 
+---
 license: Licensed to the Apache Software Foundation (ASF) under one
          or more contributor license agreements.  See the NOTICE file
          distributed with this work for additional information
@@ -20,7 +20,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 InAppBrowser
 ============
 
-> The InAppBrowser is a web-browser that is shown in your app when you use the `window.open` call.
+> The `InAppBrowser` is a web browser that displays in the app when calling `window.open`.
 
     var ref = window.open('http://apache.org', '_blank', 'location=yes');
 
@@ -60,20 +60,19 @@ Permissions
 addEventListener
 ================
 
-> Adds a listener for an event from the InAppBrowser.
+> Adds a listener for an event from the `InAppBrowser`.
 
     ref.addEventListener(eventname, callback);
 
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
-- __eventname__: the event to listen for (`String`)
+- __ref__: reference to the `InAppBrowser` window _(InAppBrowser)_
+- __eventname__: the event to listen for _(String)_
 
-        loadstart - event fired when the InAppBrowser starts to load a URL
-        loadstop - event fired when the InAppBrowser finished loading a URL
-        loaderror - event fired when the InAppBrowser encounters an error loading a URL
-        exit - event fired when the InAppBrowser window is closed
+  - __loadstart__: event fires when the `InAppBrowser` starts to load a URL.
+  - __loadstop__: event fires when the `InAppBrowser` finishes loading a URL.
+  - __loaderror__: event fires when the `InAppBrowser` encounters an error when loading a URL.
+  - __exit__: event fires when the `InAppBrowser` window is closed.
 
-- __callback__: the function that is called when the event is fired.
-The function is passed an `InAppBrowserEvent` object.
+- __callback__: the function that executes when the event fires. The function is passed an `InAppBrowserEvent` object as a parameter.
 
 Supported Platforms
 -------------------
@@ -122,19 +121,19 @@ Full Example
 removeEventListener
 ===================
 
-> Removes a listener for an event from the InAppBrowser.
+> Removes a listener for an event from the `InAppBrowser`.
 
     ref.removeEventListener(eventname, callback);
 
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
-- __eventname__: the event to stop listening for (`String`)
+- __ref__: reference to the `InAppBrowser` window. _(InAppBrowser)_
+- __eventname__: the event to stop listening for. _(String)_
 
-        loadstart - event fired when the InAppBrowser starts to load a URL
-        loadstop - event fired when the InAppBrowser finished loading a URL
-        loaderror - event fired when the InAppBrowser encounters an error loading a URL
-        exit - event fired when the InAppBrowser window is closed
+  - __loadstart__: event fires when the `InAppBrowser` starts to load a URL.
+  - __loadstop__: event fires when the `InAppBrowser` finishes loading a URL.
+  - __loaderror__: event fires when the `InAppBrowser` encounters an error loading a URL.
+  - __exit__: event fires when the `InAppBrowser` window is closed.
 
-- __callback__: the function that was to be called when the event is fired.
+- __callback__: the function to execute when the event fires.
 The function is passed an `InAppBrowserEvent` object.
 
 Supported Platforms
@@ -209,11 +208,11 @@ Full Example
 close
 =====
 
-> Closes the InAppBrowser window.
+> Closes the `InAppBrowser` window.
 
     ref.close();
 
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
+- __ref__: reference to the `InAppBrowser` window _(InAppBrowser)_
 
 Supported Platforms
 -------------------
@@ -263,21 +262,20 @@ Full Example
 executeScript
 =============
 
-> Injects JavaScript code into the InAppBrowser window
+> Injects JavaScript code into the `InAppBrowser` window
 
     ref.executeScript(details, callback);
 
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
-- __injectDetails__: details of the script ot run (`Object`)
-    - Supported keys:  (exactly one of "file" or "code" should be present)
-
-            "file" - URL of the script to inject
-            "code" - Text of the script to inject
-
-- __callback__: the function that is to be called in the Cordova application after the JavaScript code is injected.
-    - If the injected script is of type "code", then the callback is called with a single argument, which is
-      the return value of the script, wrapped in an Array. (For multi-line scripts, this is the return value of the
-      last statement, or the last expression evaluated.)
+- __ref__: reference to the `InAppBrowser` window. _(InAppBrowser)_
+- __injectDetails__: details of the script to run, specifying either a `file` or `code` key. _(Object)_
+  - __file__: URL of the script to inject.
+  - __code__: Text of the script to inject.
+- __callback__: the function that executes after the JavaScript code is injected.
+    - If the injected script is of type `code`, the callback executes
+      with a single parameter, which is the return value of the
+      script, wrapped in an `Array`. For multi-line scripts, this is
+      the return value of the last statement, or the last expression
+      evaluated.
 
 Supported Platforms
 -------------------
@@ -343,18 +341,15 @@ Full Example
 insertCSS
 =========
 
-> Injects CSS into the InAppBrowser window
+> Injects CSS into the `InAppBrowser` window.
 
     ref.insertCSS(details, callback);
 
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
-- __injectDetails__: details of the script ot run (`Object`)
-    - Supported keys:  (exactly one of "file" or "code" should be present)
-
-            "file" - URL of the stylesheet to inject
-            "code" - Text of the stylesheet to inject
-
-- __callback__: the function that is to be called in the Cordova application after the CSS is injected.
+- __ref__: reference to the `InAppBrowser` window _(InAppBrowser)_
+- __injectDetails__: details of the script to run, specifying either a `file` or `code` key. _(Object)_
+  - __file__: URL of the stylesheet to inject.
+  - __code__: Text of the stylesheet to inject.
+- __callback__: the function that executes after the CSS is injected.
 
 Supported Platforms
 -------------------
@@ -420,12 +415,13 @@ Full Example
 InAppBrowserEvent
 =================
 
-The object that is passed to the callback function from an addEventListener call on an InAppBrowser object.
+The object that is passed to the callback function from an
+`addEventListener` call on an `InAppBrowser` object.
 
 Properties
 ----------
 
-- __type__: the eventname (`String`) - one of loadstart, loadstop, loaderror or exit
-- __url__: the URL that was loaded (`String`)
-- __code__: the error code (`Number`) - only in the case of loaderror
-- __message__: the error message (`String`) - only in the case of loaderror
+- __type__: the eventname, either `loadstart`, `loadstop`, `loaderror`, or `exit`. _(String)_
+- __url__: the URL that was loaded. _(String)_
+- __code__: the error code, only in the case of `loaderror`. _(Number)_
+- __message__: the error message, only in the case of `loaderror`. _(String)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/inappbrowser/window.open.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/window.open.md b/docs/en/edge/cordova/inappbrowser/window.open.md
index 802d90f..eec3a42 100644
--- a/docs/en/edge/cordova/inappbrowser/window.open.md
+++ b/docs/en/edge/cordova/inappbrowser/window.open.md
@@ -1,4 +1,4 @@
---- 
+---
 license: Licensed to the Apache Software Foundation (ASF) under one
          or more contributor license agreements.  See the NOTICE file
          distributed with this work for additional information
@@ -20,34 +20,34 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 window.open
 ===========
 
-Opens a URL in a new InAppBrowser instance, the current browser instance, or the system browser.
+Opens a URL in a new `InAppBrowser` instance, the current browser
+instance, or the system browser.
 
     var ref = window.open(url, target, options);
     
-- __ref__: reference to the InAppBrowser window (`InAppBrowser`)
-- __url__: the URL to load (`String`). Call encodeURI() on this if you have Unicode characters in your URL.
-- __target__: the target to load the URL in (`String`) (Optional, Default: "_self")
+- __ref__: Reference to the `InAppBrowser` window. _(InAppBrowser)_
+- __url__: The URL to load _(String)_. Call `encodeURI()` on this if the URL contains Unicode characters.
+- __target__: The target in which to load the URL, an optional parameter that defaults to `_self`. _(String)_
 
-        _self - opens in the Cordova WebView if URL is in the white-list, else it opens in the InAppBrowser
-        _blank - always open in the InAppBrowser
-        _system - always open in the system web browser
-    
+  - `_self`: Opens in the Cordova WebView if the URL is in the white list, otherwise it opens in the `InAppBrowser`.
+  - `_blank`: Opens in the `InAppBrowser`.
+  - `_system`: Opens in the system's web browser.
     
-- __options__: options for the InAppBrowser (`String`) (Optional, Default: "location=yes")
+- __options__: Options for the `InAppBrowser`. Optional, defaulting to: `location=yes`. _(String)_
     
-    The options string must not contain any blank space, each feature name and value must be separated by a comma. Feature names are case insensitive. Only the value below is supported on all platforms:
+    The `options` string must not contain any blank space, and each feature's name/value pairs must be separated by a comma. Feature names are case insensitive. All platforms support the value below:
 
-    - __location__: set to 'yes' or 'no' to turn the location bar on or off for the InAppBrowser
+    - __location__: Set to `yes` or `no` to turn the `InAppBrowser`'s location bar on or off.
 
     iOS only
     --------
-    - __enableViewportScale__:  set to 'yes' or 'no' to prevent viewport scaling through a meta tag (defaults to 'no')
-    - __mediaPlaybackRequiresUserAction__: set to 'yes' or 'no' to not allow autoplayed HTML5 video (defaults to 'no')
-    - __allowInlineMediaPlayback__: set to 'yes' or 'no' to allow inline HTML5 media playback, also, the video element in the HTML document must also include the webkit-playsinline attribute (defaults to 'no')
-    - __keyboardDisplayRequiresUserAction__: set to 'yes' or 'no' to open the keyboard when form elements get focus via the JavaScript focus() call (defaults to 'yes')
-    - __suppressesIncrementalRendering__: set to 'yes' or 'no' to wait until all new view content has been received before it is rendered (defaults to 'no')
-    - __presentationstyle__:  set to 'pagesheet', 'formsheet' or 'fullscreen' to set the [presentation style](http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalPresentationStyle) (defaults to 'fullscreen')
-    - __transitionstyle__: set to 'fliphorizontal', 'crossdissolve' or 'coververtical' to set the [transition style](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalTransitionStyle) (defaults to 'coververtical')
+    - __enableViewportScale__:  Set to `yes` or `no` to prevent viewport scaling through a meta tag (defaults to `no`).
+    - __mediaPlaybackRequiresUserAction__: Set to `yes` or `no` to prevent HTML5 audio or video from autoplaying (defaults to `no`).
+    - __allowInlineMediaPlayback__: Set to `yes` or `no` to allow inline HTML5 media playback, displaying within the browser window rather than a device-specific playback interface. The HTML's `video` element must also include the `webkit-playsinline` attribute (defaults to `no`)
+    - __keyboardDisplayRequiresUserAction__: Set to `yes` or `no` to open the keyboard when form elements receive focus via JavaScript's `focus()` call (defaults to `yes`).
+    - __suppressesIncrementalRendering__: Set to `yes` or `no` to wait until all new view content is received before being rendered (defaults to `no`).
+    - __presentationstyle__:  Set to `pagesheet`, `formsheet` or `fullscreen` to set the [presentation style](http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalPresentationStyle) (defaults to `fullscreen`).
+    - __transitionstyle__: Set to `fliphorizontal`, `crossdissolve` or `coververtical` to set the [transition style](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalTransitionStyle) (defaults to `coververtical`).
             
 Supported Platforms
 -------------------
@@ -92,4 +92,3 @@ Full Example
       <body>
       </body>
     </html>
-

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/Parameters/mediaError.md b/docs/en/edge/cordova/media/Parameters/mediaError.md
index 9236c86..f152ab4 100644
--- a/docs/en/edge/cordova/media/Parameters/mediaError.md
+++ b/docs/en/edge/cordova/media/Parameters/mediaError.md
@@ -29,4 +29,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error__: The error returned by the device. (`MediaError`)
+- __error__: The error returned by the device. _(MediaError)_

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.alert.md b/docs/en/edge/cordova/notification/notification.alert.md
index 11a0724..0957677 100644
--- a/docs/en/edge/cordova/notification/notification.alert.md
+++ b/docs/en/edge/cordova/notification/notification.alert.md
@@ -24,10 +24,10 @@ Shows a custom alert or dialog box.
 
     navigator.notification.alert(message, alertCallback, [title], [buttonName])
 
-- __message__: Dialog message (`String`)
-- __alertCallback__: Callback to invoke when alert dialog is dismissed. (`Function`)
-- __title__: Dialog title (`String`) (Optional, Default: "Alert")
-- __buttonName__: Button name (`String`) (Optional, Default: "OK")
+- __message__: Dialog message _(String)_
+- __alertCallback__: Callback to invoke when alert dialog is dismissed. _(Function)_
+- __title__: Dialog title _(String)_ (Optional, Default: "Alert")
+- __buttonName__: Button name _(String)_ (Optional, Default: "OK")
     
 Description
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.beep.md b/docs/en/edge/cordova/notification/notification.beep.md
index 56f8df2..7eed928 100644
--- a/docs/en/edge/cordova/notification/notification.beep.md
+++ b/docs/en/edge/cordova/notification/notification.beep.md
@@ -24,7 +24,7 @@ The device will play a beep sound.
 
     navigator.notification.beep(times);
 
-- __times__: The number of times to repeat the beep (`Number`)
+- __times__: The number of times to repeat the beep _(Number)_
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.confirm.md b/docs/en/edge/cordova/notification/notification.confirm.md
index 9b977ae..086b943 100755
--- a/docs/en/edge/cordova/notification/notification.confirm.md
+++ b/docs/en/edge/cordova/notification/notification.confirm.md
@@ -24,10 +24,10 @@ Shows a customizable confirmation dialog box.
 
     navigator.notification.confirm(message, confirmCallback, [title], [buttonLabels])
 
-- __message__: Dialog message (`String`)
-- __confirmCallback__: Callback to invoke with index of button pressed (1, 2 or 3) or when the dialog is dismissed without a button press (0), (`Function`)
-- __title__: Dialog title (`String`) (Optional, Default: "Confirm")
-- __buttonLabels__: Comma separated string with button labels (`String`) (Optional, Default: "OK,Cancel")
+- __message__: Dialog message _(String)_
+- __confirmCallback__: Callback to invoke with index of button pressed (1, 2 or 3) or when the dialog is dismissed without a button press (0), _(Function)_
+- __title__: Dialog title _(String)_ (Optional, Default: "Confirm")
+- __buttonLabels__: Comma separated string with button labels _(String)_ (Optional, Default: "OK,Cancel")
     
 Description
 -----------
@@ -39,7 +39,7 @@ confirmCallback
 
 The `confirmCallback` is called when the user has pressed one of the buttons on the confirmation dialog box.
 
-The callback takes the argument `buttonIndex` (`Number`), which is the index of the pressed button. It's important to note that the index uses one-based indexing, so the value will be `1`, `2`, `3`, etc.
+The callback takes the argument `buttonIndex` _(Number)_, which is the index of the pressed button. It's important to note that the index uses one-based indexing, so the value will be `1`, `2`, `3`, etc.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/notification/notification.prompt.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.prompt.md b/docs/en/edge/cordova/notification/notification.prompt.md
index 56e07e6..ce947d2 100644
--- a/docs/en/edge/cordova/notification/notification.prompt.md
+++ b/docs/en/edge/cordova/notification/notification.prompt.md
@@ -24,10 +24,10 @@ Shows a customizable prompt dialog box.
 
     navigator.notification.prompt(message, promptCallback, [title], [buttonLabels])
 
-- __message__: Dialog message (`String`)
-- __promptCallback__: Callback to invoke when a button is pressed (`Function`)
-- __title__: Dialog title (`String`) (Optional, Default: "Prompt")
-- __buttonLabels__: Array of strings for the button labels (`Array`) (Optional, Default: ["OK","Cancel"])
+- __message__: Dialog message _(String)_
+- __promptCallback__: Callback to invoke when a button is pressed _(Function)_
+- __title__: Dialog title _(String)_ (Optional, Default: "Prompt")
+- __buttonLabels__: Array of strings for the button labels _(Array)_ (Optional, Default: ["OK","Cancel"])
 
 Description
 -----------
@@ -41,8 +41,8 @@ The `promptCallback` is called when the user has pressed one of the buttons on t
 
 The callback takes the argument `results` which contains the following properties:
 
-- __buttonIndex__: (`Number`), which is the index of the pressed button. It's important to note that the index uses one-based indexing, so the value will be `1`, `2`, `3`, etc.
-- __input1__: (`String`), which is the text entered in the prompt dialog box.
+- __buttonIndex__: _(Number)_, which is the index of the pressed button. It's important to note that the index uses one-based indexing, so the value will be `1`, `2`, `3`, etc.
+- __input1__: _(String)_, which is the text entered in the prompt dialog box.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/49778362/docs/en/edge/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.vibrate.md b/docs/en/edge/cordova/notification/notification.vibrate.md
index 54ed5fe..fcc92f2 100644
--- a/docs/en/edge/cordova/notification/notification.vibrate.md
+++ b/docs/en/edge/cordova/notification/notification.vibrate.md
@@ -24,7 +24,7 @@ Vibrates the device for the specified amount of time.
 
     navigator.notification.vibrate(milliseconds)
 
-- __time__: Milliseconds to vibrate the device. 1000 milliseconds equals 1 second (`Number`)
+- __time__: Milliseconds to vibrate the device. 1000 milliseconds equals 1 second _(Number)_
 
 Supported Platforms
 -------------------