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 2013/02/05 02:41:47 UTC

docs commit: updates for Windows Phone changes in 2.4.0

Updated Branches:
  refs/heads/master c11bec193 -> 595f7d097


updates for Windows Phone changes in 2.4.0


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

Branch: refs/heads/master
Commit: 595f7d0971a2560652a3b7a58f84836a8d7cb1ee
Parents: c11bec1
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Feb 4 17:41:06 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Feb 4 17:41:06 2013 -0800

----------------------------------------------------------------------
 docs/en/edge/cordova/inappbrowser/inappbrowser.md |   11 ++++++++++
 docs/en/edge/cordova/inappbrowser/window.open.md  |    1 +
 docs/en/edge/guide/command-line/index.md          |   17 ++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/595f7d09/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index b648777..4ed3d95 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -52,6 +52,14 @@ Permissions
     <plugin name="InAppBrowser" value="CDVInAppBrowser" />
 
 
+### Windows Phone 7 + 8
+
+#### config.xml
+
+    <plugin name="InAppBrowser" />
+
+
+
 addEventListener
 ================
 
@@ -74,6 +82,7 @@ Supported Platforms
 
 - Android
 - iOS
+- Windows Phone 7 + 8
 
 Quick Example
 -------------
@@ -133,6 +142,7 @@ Supported Platforms
 
 - Android
 - iOS
+- Windows Phone 7 + 8
 
 Quick Example
 -------------
@@ -204,6 +214,7 @@ Supported Platforms
 
 - Android
 - iOS
+- Windows Phone 7 + 8
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/595f7d09/docs/en/edge/cordova/inappbrowser/window.open.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/window.open.md b/docs/en/edge/cordova/inappbrowser/window.open.md
index a82f247..ed04b55 100644
--- a/docs/en/edge/cordova/inappbrowser/window.open.md
+++ b/docs/en/edge/cordova/inappbrowser/window.open.md
@@ -55,6 +55,7 @@ Supported Platforms
 - Android
 - iOS
 - BlackBerry 10
+- Windows Phone 7 + 8
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/595f7d09/docs/en/edge/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md
index fd745a9..652a064 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/guide/command-line/index.md
@@ -33,6 +33,23 @@ Cordova projects.
 * [iOS](#Command-Line%20Usage_ios)
 * [Android](#Command-Line%20Usage_android)
 * [BlackBerry](#Command-Line%20Usage_blackberry)
+* [Windows Phone 8](#Command-Line%20Usage_wp8)
+
+## Windows Phone 8
+
+The Windows Phone 8 command line tools support creating new projects.
+
+### Create a project
+
+Run the `create` command with the following parameters:
+
+* Path to your new Cordova WP8 project
+* Package Name, following reverse-domain style convention ( this becomes the default Namespace )
+* Project name
+
+<!-- -->
+
+    $ ./path/to/cordova-wp8/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
 
 ## iOS