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/09/21 14:06:53 UTC

[22/50] docs commit: [CB-3820] tighten up childBrowser text

[CB-3820] tighten up childBrowser text


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

Branch: refs/heads/master
Commit: 3b2600a3b8552b0d7aa34307711981f8af821667
Parents: ef59b1c
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:21:00 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:59 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/blackberry10/config.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3b2600a3/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 295231d..f1b5c0f 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -24,12 +24,10 @@ across each application and CordovaWebView instance. This section
 details preferences that only apply to BlackBerry 10 builds. See The
 config.xml File for information on global configuration options.
 
-* `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.
+* `ChildBrowser`: Disables child browser windows. By default, apps
+  launch a secondary browser window to display resources accessed via
+  `window.open()` or by specifying a `_blank` anchor target. Specify
+  `disable` to override this default behavior.
 
         <preference name="childBrowser" value="disable"/>