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/20 19:16:49 UTC

docs commit: Removed config.xml docs for 3.0.0.

Updated Branches:
  refs/heads/master 95747c10a -> f792d76af


Removed config.xml docs for 3.0.0.

- kept docs in edge
- changed preference popBlocker to popupBlocker


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

Branch: refs/heads/master
Commit: f792d76afbc0e24988fa760d62f03f36722a0b22
Parents: 95747c1
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Tue Aug 20 11:19:05 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Aug 20 10:16:21 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f792d76a/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 f2f5177..94cea0f 100644
--- a/docs/en/3.0.0/guide/platforms/blackberry10/config.md
+++ b/docs/en/3.0.0/guide/platforms/blackberry10/config.md
@@ -19,44 +19,8 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # BlackBerry 10 Configuration
 
-The `config.xml` file controls various Cordova settings. These apply across the application.
-The `config.xml` file is is located in `<project folder>/<www>` directory.
-
-## `<preference>`
-
-Various preferences (as `<preference>` tags) default on not breaking existing apps.
-The available preferences are:
-
-* `autoHideSplashScreen`: (`true` or `false`): Set to `false` to control when the splashscreen
-  is hidden through a JavaScript API. This preference defaults to true.
-
-* `backgroundColor`: Specifies the background color of your app. The value must specify
-  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`
-  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.
-
-* `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
-  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`.
-
-* `orientation`: (`auto`, `portrait`, or `landscape`) Specifies the persistent orientation
-  for screens in your app. By default, if you do not specify a screen orientation,
-  the orientation is set to auto.
-
-* `popBlocker`: Enables the popup blocker. By default, all popups are displayed by
-  BlackBerry WebWorks apps in a child browser window. You can prevent popups from displaying
-  without user intervention by enabling the popup blocker. This is done by specifying
-  value as `enable`.
-
-* `webSecurity`: Disables web security. Disabling web security allows you to access
-  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`.
+BlackBerry fully supports the
+[W3C Widget Specification](http://www.w3.org/TR/widgets/)
+as well as proprietary RIM extensions. Please see the full
+[BlackBerry WebWorks documentation regarding config.xml](https://developer.blackberry.com/html5/documentation/working_with_config_xml_file_1866970_11.html)
+for details.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/f792d76a/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 f2f5177..6e5945b 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -50,7 +50,7 @@ The available preferences are:
   for screens in your app. By default, if you do not specify a screen orientation,
   the orientation is set to auto.
 
-* `popBlocker`: Enables the popup blocker. By default, all popups are displayed by
+* `popupBlocker`: Enables the popup blocker. By default, all popups are displayed by
   BlackBerry WebWorks apps in a child browser window. You can prevent popups from displaying
   without user intervention by enabling the popup blocker. This is done by specifying
   value as `enable`.