Repository: cordova-docs Updated Branches: refs/heads/master 0c7ca0980 -> 752890df5
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/tizen/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.7.0/guide/getting-started/tizen/index.md b/docs/en/2.7.0/guide/getting-started/tizen/index.md index a45895e..4618a03 100644 --- a/docs/en/2.7.0/guide/getting-started/tizen/index.md +++ b/docs/en/2.7.0/guide/getting-started/tizen/index.md @@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and - Launch Tizen Eclipse IDE - Select **File** -> **Import** -> **Tizen Web Project** -  +  - Click **Next** - Make sure that **Select root directory** is checked @@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and - Click **Browse** - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it -  +  - Click **Finish** -  +  - Your project should now have been imported and appear **Project Explorer** view @@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**) - Fill-up the **Project name** and its target **Location** -  +  - Click **Finish** -  +  - Your project should now have been created and appear **Project Explorer** view @@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Build Project** -  +  - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`) @@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application** -  +  5B. Deploy to Device/Emulator -------------------- @@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly) - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** ) -  +  - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application** -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.7.0/guide/getting-started/windows-8/index.md b/docs/en/2.7.0/guide/getting-started/windows-8/index.md index 1c2a6ad..dadce87 100644 --- a/docs/en/2.7.0/guide/getting-started/windows-8/index.md +++ b/docs/en/2.7.0/guide/getting-started/windows-8/index.md @@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available - Open Visual Studio 2012 and choose **New Project**. - Select **Installed - Template - Other Languages - JavaScript - Windows Store** from the tree, and then **Blank App** from the projects list. Enter whatever project name you like. We're using **CordovaWin8Foo** in this guide. -  +  - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open web" developers use **index.html**. (Plus it's likely that in the other platform variants of your project you are using **index.html** as the name of your default page.) To fix this, in Solution Explorer rename the **default.html** file to **index.html**. Then double-click the **package.appxmanifest** file and change the **Start page** value to **index.html**. -  +  - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. @@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available - Run the project from Visual Studio. You'll see the message box appear. -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/windows-phone-7/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.7.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.7.0/guide/getting-started/windows-phone-7/index.md index 3a8f81f..a0733aa 100644 --- a/docs/en/2.7.0/guide/getting-started/windows-phone-7/index.md +++ b/docs/en/2.7.0/guide/getting-started/windows-phone-7/index.md @@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it - Give your project a name, and select OK. -  +  4. Review the project structure @@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - The 'www' folder contains your Cordova html/js/css and any other resources included in your app. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. -  +  5. Build and Deploy to Emulator @@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu. - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5. -  -  +  +  6. Build your project for the device @@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu. - Hit the green **play button** beside the drop-down menu to start debugging or press F5. -  +  Done! http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.7.0/guide/getting-started/windows-phone-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.7.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.7.0/guide/getting-started/windows-phone-8/index.md index b3f7a08..b2636b6 100644 --- a/docs/en/2.7.0/guide/getting-started/windows-phone-8/index.md +++ b/docs/en/2.7.0/guide/getting-started/windows-phone-8/index.md @@ -89,7 +89,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - Select **CordovaWP8**. ( the version number will be displayed in the template description ) - Give your project a name, and select OK. - + 4. Review the project structure @@ -98,7 +98,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - The 'www' folder contains your Cordova html/js/css and any other resources included in your app. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. - + 5. Build and Deploy to Emulator @@ -107,7 +107,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu. - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5. - + 6. Build your project for the device @@ -120,7 +120,7 @@ Click [here][register-url] to read documentation on deploying and testing on you - In Visual Studio, select 'Device' from the top drop-down menu. - Hit the green **play button** beside the drop-down menu to start debugging or press F5. - + Done! http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/android/index.md b/docs/en/2.8.0/guide/getting-started/android/index.md index ab34d8e..060a422 100644 --- a/docs/en/2.8.0/guide/getting-started/android/index.md +++ b/docs/en/2.8.0/guide/getting-started/android/index.md @@ -93,7 +93,7 @@ We currently do not support Android 1.x, and we plan to deprecate platforms in t - If you're getting an 'An unexpected error occurred" error, try the command again prefixed with `sudo` - Launch Eclipse, and select menu item **New Project** -  +  - Select the directory you used for `<project_folder_path>` - Click Finish. @@ -115,7 +115,7 @@ If your project has a red X indicating there is a problem follow these additiona **Note: For a faster experience, use an Intel-based emulator image:** - Open the Android SDK Manager -  +  - Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras). - Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK - Create a new AVD with the Target set to an Intel image. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/bada/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/bada/index.md b/docs/en/2.8.0/guide/getting-started/bada/index.md index d02291d..749edf8 100644 --- a/docs/en/2.8.0/guide/getting-started/bada/index.md +++ b/docs/en/2.8.0/guide/getting-started/bada/index.md @@ -40,16 +40,16 @@ This guide describes how to set up your development environment for Cordova and - In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. - Note: Bada 1.2 select "Bada Application Project" -  +  - Make sure "Select root directory is checked" and then click Browse - Browse to Cordova bada project folder (bada for 1.2 and bada-wac for 2.x) and select it. Make sure "Copy projects into workspace is checked" -  +  - Click "Finish" -  +  4. Hello World -------------- @@ -69,11 +69,11 @@ This guide describes how to set up your development environment for Cordova and - **Bada 2.x**: Right click on your project s folder and select Run As -> bada Emulator Web Application -  +  - **Bada 1.2**: Right click on your project' folder and select Build configurations -> Set Active -> Simulator-Debug -  +  - Right click on your project's folder and select Run As -> bada Simulator Application. You need to close the emulator every time you update your app! http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/ios/index.md b/docs/en/2.8.0/guide/getting-started/ios/index.md index f894b93..4c915da 100644 --- a/docs/en/2.8.0/guide/getting-started/ios/index.md +++ b/docs/en/2.8.0/guide/getting-started/ios/index.md @@ -83,7 +83,7 @@ Determine where on your system you will locate the Xcode project files for your 3. In Finder, navigate to the cordova-ios directory from the downloaded and extracted Cordova code and expand it if necessary. Highlight the bin directory as shown: -  +  **Note:** This screen capture was from the Cordova-2.3.0 download, your listing will vary based on the actual Cordova version installed. @@ -111,7 +111,7 @@ Determine where on your system you will locate the Xcode project files for your In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command: ⨠`./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld` -  +  3. Fix Common Problems @@ -149,13 +149,13 @@ Determine where on your system you will locate the Xcode project files for your Your screen should look similar to: - + **Note:** this screen capture shows a project that was created with the name as HelloWorld23. ⨠### Deploy to the Simulator 1. In the upper left hand corner of Xcode, click on the Scheme drop down and select the project name, HelloWorld, as the target. ⨠2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown: ⨠- + 3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. ⨠@@ -185,7 +185,7 @@ Determine where on your system you will locate the Xcode project files for your The running HelloWorld app is shown below. The Device is Ready line should be slowly pulsating. -  +  ## Common Problems @@ -232,7 +232,7 @@ Determine where on your system you will locate the Xcode project files for your 1. Within the Xcode menus select **Xcode>Preferences>Locations**. ⨠2. In the Derived Data section click the Advanced button and select Unique as the Build Location as shown: ⨠- + This is the default setting for a new Xcode install but it may have been set differently if you upgraded from an older version of Xcode. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/tizen/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/tizen/index.md b/docs/en/2.8.0/guide/getting-started/tizen/index.md index a45895e..4618a03 100644 --- a/docs/en/2.8.0/guide/getting-started/tizen/index.md +++ b/docs/en/2.8.0/guide/getting-started/tizen/index.md @@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and - Launch Tizen Eclipse IDE - Select **File** -> **Import** -> **Tizen Web Project** -  +  - Click **Next** - Make sure that **Select root directory** is checked @@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and - Click **Browse** - Browse to one of the Cordova Tizen "samples" project directory (e.g: `/cordova-basic`) and select it -  +  - Click **Finish** -  +  - Your project should now have been imported and appear **Project Explorer** view @@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**) - Fill-up the **Project name** and its target **Location** -  +  - Click **Finish** -  +  - Your project should now have been created and appear **Project Explorer** view @@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Build Project** -  +  - A widget package should have been generated in your project root directory (e.g: `cordova-basic.wgt`) @@ -90,7 +90,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application** -  +  5B. Deploy to Device/Emulator -------------------- @@ -98,11 +98,11 @@ This guide describes how to set up your development environment for Cordova and - Make sure that your target device is properly launched/connected/configured ("Date and Time" settings must have been set correctly) - Select your application deployment target with the **Connection Explorer** view (Select **Window** Menu -> **Show View** -> **Connection Explorer** ) -  +  - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Application** -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/windows-8/index.md b/docs/en/2.8.0/guide/getting-started/windows-8/index.md index 1c2a6ad..dadce87 100644 --- a/docs/en/2.8.0/guide/getting-started/windows-8/index.md +++ b/docs/en/2.8.0/guide/getting-started/windows-8/index.md @@ -47,11 +47,11 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available - Open Visual Studio 2012 and choose **New Project**. - Select **Installed - Template - Other Languages - JavaScript - Windows Store** from the tree, and then **Blank App** from the projects list. Enter whatever project name you like. We're using **CordovaWin8Foo** in this guide. -  +  - Microsoft continues to use **default.html** as the default page for use in websites, whereas most "open web" developers use **index.html**. (Plus it's likely that in the other platform variants of your project you are using **index.html** as the name of your default page.) To fix this, in Solution Explorer rename the **default.html** file to **index.html**. Then double-click the **package.appxmanifest** file and change the **Start page** value to **index.html**. -  +  - To include **cordova.js** in your project, right-click on the **js** folder in Solution Explorer and select **Add - New Item**. Locate the **cordova.js** file in the **lib\windows-8** folder that we called out previously. @@ -95,7 +95,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available - Run the project from Visual Studio. You'll see the message box appear. -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/windows-phone-7/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.8.0/guide/getting-started/windows-phone-7/index.md index 3a8f81f..a0733aa 100644 --- a/docs/en/2.8.0/guide/getting-started/windows-phone-7/index.md +++ b/docs/en/2.8.0/guide/getting-started/windows-phone-7/index.md @@ -74,7 +74,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - - note: If you do not see it, you may have to select the top level 'Visual C#' to see it - Give your project a name, and select OK. -  +  4. Review the project structure @@ -83,7 +83,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - The 'www' folder contains your Cordova html/js/css and any other resources included in your app. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. -  +  5. Build and Deploy to Emulator @@ -92,8 +92,8 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu. - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5. -  -  +  +  6. Build your project for the device @@ -105,7 +105,7 @@ In order to test your application on a device, the device must be registered. Cl - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu. - Hit the green **play button** beside the drop-down menu to start debugging or press F5. -  +  Done! http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.8.0/guide/getting-started/windows-phone-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.8.0/guide/getting-started/windows-phone-8/index.md index e69c7aa..eb0d78b 100644 --- a/docs/en/2.8.0/guide/getting-started/windows-phone-8/index.md +++ b/docs/en/2.8.0/guide/getting-started/windows-phone-8/index.md @@ -89,7 +89,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - Select **CordovaWP8**. ( the version number will be displayed in the template description ) - Give your project a name, and select OK. - + 4. Review the project structure @@ -98,7 +98,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - The 'www' folder contains your Cordova html/js/css and any other resources included in your app. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. - + 5. Build and Deploy to Emulator @@ -107,7 +107,7 @@ The 'Stand-Alone' template includes ALL the source code for Apache Cordova. Thi - Make sure to have **Windows Phone Emulator** selected in the top drop-down menu. - Hit the green **play button** beside the Windows Phone Emulator drop-down menu to start debugging or press F5. - + 6. Build your project for the device @@ -119,7 +119,7 @@ In order to test your application on a device, the device must be registered. Cl - In Visual Studio, select 'Device' from the top drop-down menu. - Hit the green **play button** beside the drop-down menu to start debugging or press F5. - + Done! http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/android/index.md b/docs/en/2.9.0/guide/getting-started/android/index.md index 95a72f6..ed21185 100644 --- a/docs/en/2.9.0/guide/getting-started/android/index.md +++ b/docs/en/2.9.0/guide/getting-started/android/index.md @@ -103,7 +103,7 @@ Once created, here's how to use the SDK to modify it: * Launch the __Eclipse__ application. * Select the __New Project__ menu item. * Choose __Android Project from Existing Code__ from the resulting dialog box, and press __Next__: -  +  * Navigate to `hello`, or whichever directory you created for the project, then to the `platforms/android` subdirectory. * Press __Finish__. @@ -128,32 +128,32 @@ There are two ways to open it: * From within Eclipse, press this toolbar icon: -  +  Once open, the Android SDK Manager displays various runtime libraries: - + Choose __Tools → Manage AVDs__ (Android Virtual Devices), then choose any item from __Device Definitions__ in the resulting dialog box: - + Press __Create AVD__, optionally modifying the name, then press __OK__ to accept the changes: - + The AVD then appears in the __Android Virtual Devices__ list: - + To open the emulator as a separate application, select the AVD and press __Start__. It launches much as it would on the device, with additional controls available for hardware buttons: - + At this point you can use the `cordova` utility to deploy the application to the emulator from the command line: http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/ios/index.md b/docs/en/2.9.0/guide/getting-started/ios/index.md index 0ad73b2..dc13028 100644 --- a/docs/en/2.9.0/guide/getting-started/ios/index.md +++ b/docs/en/2.9.0/guide/getting-started/ios/index.md @@ -79,7 +79,7 @@ project files. This tutorial uses `~/Documents/CordovaXY`, where the 3. Use the Finder to navigate to the `cordova-ios` directory from the downloaded and extracted Cordova code. Highlight the `bin` subdirectory as shown: -  +  __NOTE:__ Your listing varies depending on Cordova's version number. @@ -108,7 +108,7 @@ project files. This tutorial uses `~/Documents/CordovaXY`, where the In the terminal app with bin as the current directory, enter the 3 pieces of information via the following command: `./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld` -  +  3. Fix Common Problems @@ -146,13 +146,13 @@ project files. This tutorial uses `~/Documents/CordovaXY`, where the Your screen should look similar to: - + __NOTE:__ this screen capture shows a project that was created with the name as HelloWorld23. ### Deploy to the Simulator 1. In the upper-left corner of Xcode, click on the Scheme drop-down list and select the project name, HelloWorld, as the target. 2. Click the device section and select an iOS Simulator such as iPhone 6.0 Simulator as shown: - + 3. Click the **Run** button in your project window's toolbar to build, deploy and run the application in the simulator. @@ -182,7 +182,7 @@ project files. This tutorial uses `~/Documents/CordovaXY`, where the The running HelloWorld app is shown below. The Device is Ready line should be slowly pulsating. -  +  ## Common Problems @@ -240,7 +240,7 @@ references the deprecated invokeString API: 1. Within the Xcode menus select **Xcode → Preferences → Locations**. 2. In the __Derived Data__ section click the __Advanced__ button and select __Unique__ as the __Build Location_ as shown: - + This is the default setting for a new Xcode install, but it may be set differently if you upgraded from an older version of Xcode. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/tizen/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/tizen/index.md b/docs/en/2.9.0/guide/getting-started/tizen/index.md index 1bc6dae..c864e7f 100644 --- a/docs/en/2.9.0/guide/getting-started/tizen/index.md +++ b/docs/en/2.9.0/guide/getting-started/tizen/index.md @@ -41,7 +41,7 @@ This guide describes how to set up your development environment for Cordova and - Launch Tizen Eclipse IDE - Select **File → Import → Tizen Web Project** -  +  - Click **Next** - Make sure that **Select root directory** is checked @@ -49,11 +49,11 @@ This guide describes how to set up your development environment for Cordova and - Click **Browse** - Browse to one of the Cordova Tizen `samples` project directory (e.g: `/cordova-basic`) and select it -  +  - Click **Finish** -  +  - Your project should now be imported and appear in the **Project Explorer** view @@ -64,11 +64,11 @@ This guide describes how to set up your development environment for Cordova and - Select one of the Tizen Cordova template (e.g: **CordovaBasicTemplate**) - Fill the **Project name** and its target **Location** -  +  - Click **Finish** -  +  - Your project should now appear in the **Project Explorer** view @@ -78,7 +78,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Build Project** -  +  - A widget package should be generated in your project root directory (e.g: `cordova-basic.wgt`) @@ -89,7 +89,7 @@ This guide describes how to set up your development environment for Cordova and - **Right Click** your project in the **Project Explorer** view and Select **Run As** and **Tizen Web Simulator Application** -  +  5B. Deploy to Device/Emulator -------------------- @@ -97,11 +97,11 @@ This guide describes how to set up your development environment for Cordova and - Make sure that your target device is properly launched, connected and configured. Its __Date and Time__ settings must be set correctly. - Select your application deployment target with the **Connection Explorer** view (Select **Window → Show View → Connection Explorer**.) -  +  - **Right-click** your project in the **Project Explorer** view and select **Run As** and **Tizen Web Application** -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/windows-8/index.md b/docs/en/2.9.0/guide/getting-started/windows-8/index.md index b663d3a..658ca32 100644 --- a/docs/en/2.9.0/guide/getting-started/windows-8/index.md +++ b/docs/en/2.9.0/guide/getting-started/windows-8/index.md @@ -55,11 +55,11 @@ expose the same APIs as on other Cordova-supported platforms. - Open Visual Studio 2012 and choose **New Project**. - Select **Installed → Template → Other Languages → JavaScript → Windows Store** from the tree, and then **Blank App** from the projects list. Enter whatever project name you like, such as **CordovaWin8Foo** as in this example. -  +  - Microsoft continues to use `default.html` as the default home page, but most web developers use `index.html`. (Plus it's likely that in the other platform variants of your project you are using `index.html` as the name of your default page.) To fix this, in Solution Explorer rename the `default.html` file to `index.html`. Then double-click the `package.appxmanifest` file and change the **Start page** value to `index.html`. -  +  - To include `cordova.js` in your project, right-click on the **js** folder in Solution Explorer and select **Add → New Item**. Locate the `cordova.js` file in the **lib\windows-8** folder noted above. @@ -102,7 +102,7 @@ expose the same APIs as on other Cordova-supported platforms. - Run the project from Visual Studio. You'll see the message box appear: -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/windows-phone-7/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/windows-phone-7/index.md b/docs/en/2.9.0/guide/getting-started/windows-phone-7/index.md index a049fdd..b09455d 100644 --- a/docs/en/2.9.0/guide/getting-started/windows-phone-7/index.md +++ b/docs/en/2.9.0/guide/getting-started/windows-phone-7/index.md @@ -69,7 +69,7 @@ __NOTE:__ Skip this step if the `lib\windows-phone` directory already contains a - - __NOTE:__ If you do not see it, you may have to select the top-level 'Visual C#'. - Give your project a name, and select __OK__. -  +  4. Review the project structure ------------------------------- @@ -77,7 +77,7 @@ __NOTE:__ Skip this step if the `lib\windows-phone` directory already contains a - The 'www' folder contains your Cordova html/js/css and any other resources included in your app. - Any content that you add needs to be a part of the Visual Studio project, and it must be set as content. -  +  5. Build and Deploy to Emulator ------------------------------- @@ -85,9 +85,9 @@ __NOTE:__ Skip this step if the `lib\windows-phone` directory already contains a - Make sure **Windows Phone Emulator** is selected in the main drop-down menu. - Press the green **play** button next to the drop-down menu to start debugging, or else type __F5__. -  +  -  +  6. Build your project for the device ------------------------------------ @@ -98,7 +98,7 @@ To test your application on a device, the device must be registered. MSDN provid - In Visual Studio, select 'Windows Phone Device' from the top drop-down menu. - Press the green **play** button next to the main drop-down menu to start debugging, or type __F5__. -  +  Done! ----- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/752890df/docs/en/2.9.0/guide/getting-started/windows-phone-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0/guide/getting-started/windows-phone-8/index.md b/docs/en/2.9.0/guide/getting-started/windows-phone-8/index.md index 9829038..fac477b 100644 --- a/docs/en/2.9.0/guide/getting-started/windows-phone-8/index.md +++ b/docs/en/2.9.0/guide/getting-started/windows-phone-8/index.md @@ -94,7 +94,7 @@ choose __do not include in project__. - Select **CordovaWP8**. (The version number is displayed in the template description.) - Give the project a name, and select __OK__. - + 4. Review the project structure ------------------------------- @@ -103,7 +103,7 @@ choose __do not include in project__. - Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content. - Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed. - + 5. Build and Deploy to Emulator ------------------------------- @@ -111,7 +111,7 @@ choose __do not include in project__. - Make sure **Windows Phone Emulator** is selected in the main drop-down menu. - Press the green **play** button next to the drop-down menu to start debugging, or type __F5__. - + 6. Build your project for the device ------------------------------------ @@ -122,7 +122,7 @@ In order to test your application on a device, the device must be registered. Cl - In Visual Studio, select 'Device' from the top drop-down menu. - Press the green **play** button next to the main drop-down menu to start debugging, or type __F5__. - + Done! -----
