Repository: cordova-docs
Updated Branches:
  refs/heads/master d533ba058 -> 668fc3f60


CB-11836 Documented Windows ForegroundText preference


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

Branch: refs/heads/master
Commit: 668fc3f609403b696e76b8380deca84c1b59d999
Parents: d533ba0
Author: daserge <v-ses...@microsoft.com>
Authored: Tue Sep 20 16:07:56 2016 +0300
Committer: daserge <v-ses...@microsoft.com>
Committed: Wed Sep 21 17:13:48 2016 +0300

----------------------------------------------------------------------
 www/docs/en/dev/config_ref/index.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/668fc3f6/www/docs/en/dev/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index 5cb9cf5..26d428e 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -285,6 +285,7 @@ EnableViewportScale(boolean) <br/> ==iOS== | *Default: 
false* <br/>   Set to tru
 EnableWebGL(boolean) <br/> ==OS X== | *Default: false* <br/>  **(OS X 
4.0.0+)** Set to true to enable WebGL on the web view.
 ErrorUrl(URL) <br/> ==Android== | *Default: null* <br/>  If set, will display 
the referenced page upon an error in the application instead of a dialog with 
the title "Application Error".
 ErrorUrl(string) <br/> ==iOS== | If set, will display the referenced local 
page upon an error in the application.
+ForegroundText(string) <br/> ==Windows== | *Default: "light"* <br/>   Works 
for Windows 8.1 projects only. Allowed values: "light", "dark". Set to "dark" 
if you use the `BackgroundColor="white"` or another light color to avoid 
Windows Store submissions errors.
 FullScreen(boolean) <br/> ==Android== | *Default: false* <br/>  Allows you to 
hide the status bar at the top of the screen. <br/> __Note__: Recommended 
platform-agnostic way to achieve this is to use the [StatusBar 
plugin][statusbar_plugin].
 GapBetweenPages(float) <br/> ==iOS== | *Default: 0* <br/>  The size of the 
gap, in points, between pages.
 HideKeyboardFormAccessoryBar(boolean) <br/> ==BlackBerry== | *Default: false* 
<br/>  Set to true to hide the additional toolbar that appears above the 
keyboard, helping users navigate from one form input to another.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to