You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/04/26 00:29:42 UTC

git commit: Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 0b0e9d8fc -> 949b15eb0


Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/949b15eb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/949b15eb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/949b15eb

Branch: refs/heads/master
Commit: 949b15eb098fb02275a991c8ec1e0b1255c792c6
Parents: 0b0e9d8
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Apr 25 15:27:03 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Apr 25 15:27:03 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 29 +++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/949b15eb/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 403a891..9a8a2b5 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -114,6 +114,8 @@ Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.styleLightContent
 =================
@@ -127,6 +129,8 @@ Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.styleBlackTranslucent
 =================
@@ -140,6 +144,8 @@ Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.styleBlackOpaque
 =================
@@ -153,6 +159,8 @@ Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 
 StatusBar.backgroundColorByName
@@ -164,26 +172,37 @@ On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set
 
 Supported color names are:
 
-    black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown, clear
+    black, darkGray, lightGray, white, gray, red, green, blue, cyan, yellow, magenta, orange, purple, brown
 
 
 Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.backgroundColorByHexString
 =================
 
-On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the statusbar by a hex string (#RRGGBB).
+Sets the background color of the statusbar by a hex string.
 
     StatusBar.backgroundColorByHexString("#C0C0C0");
 
+CSS shorthand properties are also supported.
+
+    StatusBar.backgroundColorByHexString("#333"); // => #333333
+    StatusBar.backgroundColorByHexString("#FAB"); // => #FFAABB
+
+On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the statusbar by a hex string (#RRGGBB).
+On WP7 and WP8 you can also specify values as #AARRGGBB, where AA is an alpha value
 
 Supported Platforms
 -------------------
 
 - iOS
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.hide
 =================
@@ -198,6 +217,8 @@ Supported Platforms
 
 - iOS
 - Android
+- Windows Phone 7 
+- Windows Phone 8
 
 StatusBar.show
 =================
@@ -212,6 +233,8 @@ Supported Platforms
 
 - iOS
 - Android
+- Windows Phone 7 
+- Windows Phone 8
 
 
 StatusBar.isVisible
@@ -229,6 +252,8 @@ Supported Platforms
 
 - iOS
 - Android
+- Windows Phone 7 
+- Windows Phone 8
 
 
     
\ No newline at end of file