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/08/19 23:47:52 UTC

[4/4] docs commit: Update BlackBerry10 Configuration code tags.

Update BlackBerry10 Configuration code tags.


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

Branch: refs/heads/master
Commit: 95747c10a5ec2ba1534e1fbe0a330057f86d7a25
Parents: 6ee184d
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Mon Aug 19 14:47:34 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Aug 19 14:47:34 2013 -0700

----------------------------------------------------------------------
 docs/en/3.0.0/guide/platforms/blackberry10/config.md | 6 +++---
 docs/en/edge/guide/platforms/blackberry10/config.md  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/95747c10/docs/en/3.0.0/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/blackberry10/config.md b/docs/en/3.0.0/guide/platforms/blackberry10/config.md
index 56ee12e..f2f5177 100644
--- a/docs/en/3.0.0/guide/platforms/blackberry10/config.md
+++ b/docs/en/3.0.0/guide/platforms/blackberry10/config.md
@@ -34,7 +34,7 @@ The available preferences are:
   a color value in the ARGB pixel format using 8 hexadecimal digits.
 
 * `childBrowser`: Disables child browser windows. By default, when the content attempts
-  to open a resource in a new window or tab (by using window.open(), or by specifying _blank
+  to open a resource in a new window or tab (by using window.open(), or by specifying `_blank`
   as the target of an anchor), the WebWorks app will open a secondary browser window
   to display the resource. This feature is enabled by default. The value must specify
   `disable` to prevent the above actions from occuring.
@@ -42,7 +42,7 @@ The available preferences are:
 * `hideKeyboardFormAccessoryBar`: (`enable` or `disable`) Disables the keyboard form
   accessory bar in an HTML form. The keyboard form accessory bar is a row of
   buttons (Previous, Next, and Submit) that the user can use to navigate through a form.
-  By default, when a WebWorks app contains an HTML form and an <input> element gets
+  By default, when a WebWorks app contains an HTML form and an `<input>` element gets
   focus, WebWorks displays this form accessory bar. This feature allows you to prevent your
   app from displaying the form accessory bar by specifying value as `enable`.
 
@@ -59,4 +59,4 @@ The available preferences are:
   remote content from unknown sources during development. Before packaging your app for
   distribution, you should remove this setting. This feature is intended as a
   development convenience only. In production, all URIs should be known and should be
-  whitelisted using the <access> element. To disable, specify value as `disable`.
+  whitelisted using the `<access>` element. To disable, specify value as `disable`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/95747c10/docs/en/edge/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/config.md b/docs/en/edge/guide/platforms/blackberry10/config.md
index 56ee12e..f2f5177 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -34,7 +34,7 @@ The available preferences are:
   a color value in the ARGB pixel format using 8 hexadecimal digits.
 
 * `childBrowser`: Disables child browser windows. By default, when the content attempts
-  to open a resource in a new window or tab (by using window.open(), or by specifying _blank
+  to open a resource in a new window or tab (by using window.open(), or by specifying `_blank`
   as the target of an anchor), the WebWorks app will open a secondary browser window
   to display the resource. This feature is enabled by default. The value must specify
   `disable` to prevent the above actions from occuring.
@@ -42,7 +42,7 @@ The available preferences are:
 * `hideKeyboardFormAccessoryBar`: (`enable` or `disable`) Disables the keyboard form
   accessory bar in an HTML form. The keyboard form accessory bar is a row of
   buttons (Previous, Next, and Submit) that the user can use to navigate through a form.
-  By default, when a WebWorks app contains an HTML form and an <input> element gets
+  By default, when a WebWorks app contains an HTML form and an `<input>` element gets
   focus, WebWorks displays this form accessory bar. This feature allows you to prevent your
   app from displaying the form accessory bar by specifying value as `enable`.
 
@@ -59,4 +59,4 @@ The available preferences are:
   remote content from unknown sources during development. Before packaging your app for
   distribution, you should remove this setting. This feature is intended as a
   development convenience only. In production, all URIs should be known and should be
-  whitelisted using the <access> element. To disable, specify value as `disable`.
+  whitelisted using the `<access>` element. To disable, specify value as `disable`.