Skip to content

Commit 6662b8e

Browse files
authored
Merge pull request #274 from syncfusion-content/SEO-172685-PHP-redirection-tool-fixes-3
SEO-172685-PHP-redirection-tool-fixes-3
2 parents aa7f3ba + 434d894 commit 6662b8e

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

PHP/BulletGraph/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
4646

4747
{% endhighlight %}
4848

49-
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.
49+
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.
5050

5151

5252
## Initialize BulletGraph

PHP/Chart/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
3737

3838
{% endhighlight %}
3939

40-
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.
40+
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.
4141

4242
## Initialize chart
4343

PHP/CircularGauge/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
4343
{% endhighlight %}
4444

4545

46-
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.
46+
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.
4747

4848

4949
## Initialize CircularGauge

PHP/DataManager/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The result of the above code example is illustrated as follows.
123123

124124
## OData V4
125125

126-
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/).
126+
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/).
127127

128128
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.
129129

PHP/DataManager/Table-Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ The result for the above code example is illustrated as follows.
112112

113113
![](Table-Model_images/Table-Model_img1.png)
114114

115-
[Sample Link](http://jsplayground.syncfusion.com/2clbqjhr)
115+
[Sample Link](https://jsplayground.syncfusion.com/2clbqjhr)
116116

117117

PHP/DataManager/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ For getting started with WCF OData service please refer [link](http://msdn.micro
196196
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.
197197
Refer to the following link for the sample:
198198

199-
Playground sample : [Demo](http://jsplayground.syncfusion.com/jr2cgadj)
199+
Playground sample : [Demo](https://jsplayground.syncfusion.com/jr2cgadj)
200200

201201
## CRUD Operations using Stored Procedures
202202

PHP/Diagram/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
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.
1212

13-
* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
13+
* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
1414
* [Xampp](https://www.apachefriends.org/download.html)
1515

1616
In this section, let's see how to create a **Diagram** control in your application with **PHP** using Xampp server.

PHP/Dialog/Dialog-Dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Used to drag the dialog in anywhere in the browser.</td></tr>
4848

4949
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.
5050

51-
>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/).
51+
>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/).

PHP/DigitalGauge/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
4545

4646
{% endhighlight %}
4747

48-
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.
48+
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.
4949

5050

5151
## Initialize Sparkline

PHP/DropDownList/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords: DropDownList, dropdown, Populating data
1212

1313
The external script dependencies of the DropDownList widget are,
1414

15-
* [jQuery 1.7.1](http://jquery.com/) and later versions.
16-
* [jQuery.easing](http://gsgd.co.uk/sandbox/jquery/easing/) - to support the animation effects.
15+
* [jQuery 1.7.1](https://jquery.com/) and later versions.
16+
* [jQuery.easing](https://gsgd.co.uk/sandbox/jquery/easing/) - to support the animation effects.
1717

1818
And the internal script dependencies of the DropDownList widget are:
1919

@@ -50,7 +50,7 @@ And the internal script dependencies of the DropDownList widget are:
5050

5151
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.<br/>
5252

53-
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).
53+
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).
5454

5555

5656
## Preparing HTML document
@@ -106,9 +106,9 @@ The DropDownList can be created in **PHP** by using the below given code.
106106

107107
## Populating data
108108

109-
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.
109+
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.
110110

111-
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.
111+
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.
112112

113113
{% highlight html %}
114114

@@ -179,7 +179,7 @@ PopupWidth and popupHeight can be used to create a fixed size popup list.
179179

180180
## Setting and Getting Value
181181

182-
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.
182+
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.
183183

184184
N> To select multiple items based on index, refer [here](functionalities#selection).
185185

0 commit comments

Comments
 (0)