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:54 UTC

[23/50] docs commit: [CB-3820] tighten up PopupBlocker

[CB-3820] tighten up 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/7243e185
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7243e185
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7243e185

Branch: refs/heads/master
Commit: 7243e1853d6a288066edeac711654db83af9b8b5
Parents: 3b2600a
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:25:30 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:03:06 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7243e185/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 f1b5c0f..d1d82c8 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -31,16 +31,13 @@ config.xml File for information on global configuration options.
 
         <preference name="childBrowser" value="disable"/>
 
-* `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`.
+* `PopupBlocker`: Enables the popup blocker, which prevents calls to
+  `window.open()`. By default, popups display in a child browser
+  window. Setting the preference to `enable` prevents it from
+  displaying at all.
 
         <preference name="popupBlocker" value="enable"/>
 
-<!-- QUERY BB: for popupBlocker, clarify "popup" -->
-
 * `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