From 434d89411b027b99ec145a6203ec5363941acd34 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:55:52 +0530 Subject: [PATCH] SEO-172685-PHP-redirection-tool-fixes-3 --- PHP/BulletGraph/Getting-Started.md | 2 +- PHP/Chart/Getting-Started.md | 2 +- PHP/CircularGauge/Getting-Started.md | 2 +- PHP/DataManager/Data-Binding.md | 2 +- PHP/DataManager/Table-Model.md | 2 +- PHP/DataManager/how-to.md | 2 +- PHP/Diagram/Getting-Started.md | 2 +- PHP/Dialog/Dialog-Dependencies.md | 2 +- PHP/DigitalGauge/Getting-Started.md | 2 +- PHP/DropDownList/Getting-Started.md | 12 ++++++------ PHP/FileExplorer/Getting-Started.md | 2 +- PHP/FileExplorer/dependencies.md | 4 ++-- PHP/HeatMap/Getting-Started.md | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/PHP/BulletGraph/Getting-Started.md b/PHP/BulletGraph/Getting-Started.md index 38ad30d9..91f6f1ef 100644 --- a/PHP/BulletGraph/Getting-Started.md +++ b/PHP/BulletGraph/Getting-Started.md @@ -46,7 +46,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. ## Initialize BulletGraph diff --git a/PHP/Chart/Getting-Started.md b/PHP/Chart/Getting-Started.md index 564e56a7..7cbb0a42 100644 --- a/PHP/Chart/Getting-Started.md +++ b/PHP/Chart/Getting-Started.md @@ -37,7 +37,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. ## Initialize chart diff --git a/PHP/CircularGauge/Getting-Started.md b/PHP/CircularGauge/Getting-Started.md index 95e7cd71..430bf2b0 100644 --- a/PHP/CircularGauge/Getting-Started.md +++ b/PHP/CircularGauge/Getting-Started.md @@ -43,7 +43,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. ## Initialize CircularGauge diff --git a/PHP/DataManager/Data-Binding.md b/PHP/DataManager/Data-Binding.md index 9b5bee62..164bb871 100644 --- a/PHP/DataManager/Data-Binding.md +++ b/PHP/DataManager/Data-Binding.md @@ -123,7 +123,7 @@ The result of the above code example is illustrated as follows. ## OData V4 -The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](http://www.odata.org/documentation/). +The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](https://www.odata.org/documentation/). You can refer to the following code example for consuming OData v4 services and bind the result to the simple **HTML** table. In the the following code, `crossDomain` is enabled to make cross domain request. diff --git a/PHP/DataManager/Table-Model.md b/PHP/DataManager/Table-Model.md index 7977ca9c..5dd1fe49 100644 --- a/PHP/DataManager/Table-Model.md +++ b/PHP/DataManager/Table-Model.md @@ -112,6 +112,6 @@ The result for the above code example is illustrated as follows. ![](Table-Model_images/Table-Model_img1.png) -[Sample Link](http://jsplayground.syncfusion.com/2clbqjhr) +[Sample Link](https://jsplayground.syncfusion.com/2clbqjhr) diff --git a/PHP/DataManager/how-to.md b/PHP/DataManager/how-to.md index 8d3ad2d6..0f46dc45 100644 --- a/PHP/DataManager/how-to.md +++ b/PHP/DataManager/how-to.md @@ -196,7 +196,7 @@ For getting started with WCF OData service please refer [link](http://msdn.micro Yes, you can use ESRI Rest web services in url of DataManager. We have used a demo service from the site in our DataManager and prepared a sample with custom DataAdaptor in data manager. Refer to the following link for the sample: -Playground sample : [Demo](http://jsplayground.syncfusion.com/jr2cgadj) +Playground sample : [Demo](https://jsplayground.syncfusion.com/jr2cgadj) ## CRUD Operations using Stored Procedures diff --git a/PHP/Diagram/Getting-Started.md b/PHP/Diagram/Getting-Started.md index cce9032c..90468e1d 100644 --- a/PHP/Diagram/Getting-Started.md +++ b/PHP/Diagram/Getting-Started.md @@ -10,7 +10,7 @@ documentation: ug To get start with the Diagram control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally. -* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5) +* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio) * [Xampp](https://www.apachefriends.org/download.html) In this section, let's see how to create a **Diagram** control in your application with **PHP** using Xampp server. diff --git a/PHP/Dialog/Dialog-Dependencies.md b/PHP/Dialog/Dialog-Dependencies.md index cfc2fbb0..112afedf 100644 --- a/PHP/Dialog/Dialog-Dependencies.md +++ b/PHP/Dialog/Dialog-Dependencies.md @@ -48,4 +48,4 @@ Used to drag the dialog in anywhere in the browser. To get the real appearance of the Dialog, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred. ->Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com/). +>Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/). diff --git a/PHP/DigitalGauge/Getting-Started.md b/PHP/DigitalGauge/Getting-Started.md index ffc53935..0ab99097 100644 --- a/PHP/DigitalGauge/Getting-Started.md +++ b/PHP/DigitalGauge/Getting-Started.md @@ -45,7 +45,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. ## Initialize Sparkline diff --git a/PHP/DropDownList/Getting-Started.md b/PHP/DropDownList/Getting-Started.md index e25076a1..bb6967f5 100644 --- a/PHP/DropDownList/Getting-Started.md +++ b/PHP/DropDownList/Getting-Started.md @@ -12,8 +12,8 @@ keywords: DropDownList, dropdown, Populating data The external script dependencies of the DropDownList widget are, -* [jQuery 1.7.1](http://jquery.com/) and later versions. -* [jQuery.easing](http://gsgd.co.uk/sandbox/jquery/easing/) - to support the animation effects. +* [jQuery 1.7.1](https://jquery.com/) and later versions. +* [jQuery.easing](https://gsgd.co.uk/sandbox/jquery/easing/) - to support the animation effects. And the internal script dependencies of the DropDownList widget are: @@ -50,7 +50,7 @@ And the internal script dependencies of the DropDownList widget are: For getting started you can use the ‘ej.web.all.min.js’ file, which encapsulates all the 'ej' controls and frameworks in one single file.
-For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](http://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application). +For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application). ## Preparing HTML document @@ -106,9 +106,9 @@ The DropDownList can be created in **PHP** by using the below given code. ## Populating data -The DropDownList can be bounded to both local array and remote data services using [ej.DataManager](http://help.syncfusion.com/js/datamanager/overview). You can use [DataManager](http://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided. To bind data to DropDownList widget, the [dataSource](http://help.syncfusion.com/js/api/ejdropdownlist#members:datasource) property can be used. +The DropDownList can be bounded to both local array and remote data services using [ej.DataManager](https://help.syncfusion.com/js/datamanager/overview). You can use [DataManager](https://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided. To bind data to DropDownList widget, the [dataSource](https://help.syncfusion.com/js/api/ejdropdownlist#members:datasource) property can be used. -N> ODataAdaptor is the default adaptor for DataManager. On binding to other web services, proper [data adaptor](http://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set on 'adaptor' option of DataManager. +N> ODataAdaptor is the default adaptor for DataManager. On binding to other web services, proper [data adaptor](https://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set on 'adaptor' option of DataManager. {% highlight html %} @@ -179,7 +179,7 @@ PopupWidth and popupHeight can be used to create a fixed size popup list. ## Setting and Getting Value -You can select single or multiple values from DropDownList widget. To assign a value initially to the DropDownList, you can use [value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value) property. +You can select single or multiple values from DropDownList widget. To assign a value initially to the DropDownList, you can use [value](https://help.syncfusion.com/js/api/ejdropdownlist#members:value) property. N> To select multiple items based on index, refer [here](functionalities#selection). diff --git a/PHP/FileExplorer/Getting-Started.md b/PHP/FileExplorer/Getting-Started.md index 4c1591f7..b8d07a90 100644 --- a/PHP/FileExplorer/Getting-Started.md +++ b/PHP/FileExplorer/Getting-Started.md @@ -11,7 +11,7 @@ documentation: ug To get start with the FileExplorer control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally. -* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5) +* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio) * [Xampp](https://www.apachefriends.org/download.html) In this section, let's see how to create, deploy and run the FileExplorer samples using Xampp server. diff --git a/PHP/FileExplorer/dependencies.md b/PHP/FileExplorer/dependencies.md index 9014965b..0e514fc3 100644 --- a/PHP/FileExplorer/dependencies.md +++ b/PHP/FileExplorer/dependencies.md @@ -11,7 +11,7 @@ keywords: FileExplorer dependency files The FileExplorer control has the following list of external JavaScript dependencies. -* [`jQuery 1.7.1`](http://jquery.com) and later versions +* [`jQuery 1.7.1`](https://jquery.com/) and later versions * [`jsRender`](https://github.com/borismoore/jsrender) - to render the grid view Refer to the internal dependencies in the following table. @@ -100,4 +100,4 @@ N> FileExplorer uses one or more sub-controls, therefore refer the `ej.web.all.m To get the real appearance of the FileExplorer, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the widgets) should also needs to be referred. -N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com). +N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/). diff --git a/PHP/HeatMap/Getting-Started.md b/PHP/HeatMap/Getting-Started.md index 2cc048a1..311ab209 100644 --- a/PHP/HeatMap/Getting-Started.md +++ b/PHP/HeatMap/Getting-Started.md @@ -11,7 +11,7 @@ keywords: HeatMap, PHP heatmap, Populating data To get start with the HeatMap control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally. -* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5) +* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio) * [Xampp](https://www.apachefriends.org/download.html) In this section, let's see how to get started of the HeatMap component for PHP using Xampp server.