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

[07/50] docs commit: [CB-3820] whether HideKeyboardFormAccessoryBar applies to >1 input matters little

[CB-3820] whether HideKeyboardFormAccessoryBar applies to >1 input matters little


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

Branch: refs/heads/master
Commit: 2d8e805a593a729628d67f31e802a6a788dbd2ca
Parents: 5f988bd
Author: Mike Sierra <ms...@adobe.com>
Authored: Wed Sep 18 12:16:20 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:00:14 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2d8e805a/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index 69704d6..c8aafa1 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -158,28 +158,16 @@ all of them:
   Applies to Android and BlackBerry.
 
 * `HideKeyboardFormAccessoryBar` (boolean, defaults to `false`): set
-  to `true` to hide the additional toolbar that is on top of the
-  keyboard.  This toolbar features the __Prev__, __Next__, and
-  __Done__ buttons.
+  to `true` to hide the additional toolbar that appears above the
+  keyboard and helps users navigate from one form input to the next.
 
         <preference name="HideKeyboardFormAccessoryBar" value="true"/>
 
   Applies to iOS and BlackBerry.
 
-<!-- QUERY: for HideKeyboardFormAccessoryBar, does form-helper UI only appear when there's >1 input? -->
-
 <!-- BB version:
 
-* `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`.
-
-        <preference name="hideKeyboardFormAccessoryBar" value="enable"/>
+* `HideKeyboardFormAccessoryBar`: (`enable` or `disable`) 
 
 -->