Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1C7110C7B for ; Thu, 13 Mar 2014 23:14:42 +0000 (UTC) Received: (qmail 40411 invoked by uid 500); 13 Mar 2014 23:14:21 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 40153 invoked by uid 500); 13 Mar 2014 23:14:18 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 40089 invoked by uid 99); 13 Mar 2014 23:14:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 23:14:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B72DE980624; Thu, 13 Mar 2014 23:14:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 13 Mar 2014 23:14:35 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [22/35] git commit: Updated StatusBar docs for config.xml preferences. Updated StatusBar docs for config.xml preferences. 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/378d6888 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/378d6888 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/378d6888 Branch: refs/heads/dev Commit: 378d68883392479d7fb7986d723c77c2167bff18 Parents: ebe7939 Author: Shazron Abdullah Authored: Tue Feb 18 15:38:42 2014 -0800 Committer: Shazron Abdullah Committed: Tue Feb 18 15:38:42 2014 -0800 ---------------------------------------------------------------------- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/378d6888/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ca63865..5cfb583 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ StatusBar > The `StatusBar` object provides some functions to customize the iOS StatusBar. -The plugin reads the __StatusBarOverlaysWebView__ (boolean, defaults to true) and __StatusBarBackgroundColor__ (color hex string, defaults to #000000) values from config.xml. + +Preferences +----------- + +#### config.xml + +- __StatusBarOverlaysWebView__ (boolean, defaults to true). On iOS 7, make the statusbar overlay or not overlay the WebView. + + + +- __StatusBarBackgroundColor__ (color hex string, defaults to #000000). On iOS 7, set the background color of the statusbar by a hex string (#RRGGBB). + + + Methods -------