Skip to content
Merged
2 changes: 1 addition & 1 deletion PHP/BulletGraph/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PHP/Chart/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PHP/CircularGauge/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PHP/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion PHP/DataManager/Table-Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


2 changes: 1 addition & 1 deletion PHP/DataManager/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion PHP/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion PHP/Dialog/Dialog-Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Used to drag the dialog in anywhere in the browser.</td></tr>

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/).
2 changes: 1 addition & 1 deletion PHP/DigitalGauge/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions PHP/DropDownList/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.<br/>

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
Expand Down Expand Up @@ -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 %}

Expand Down Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion PHP/FileExplorer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions PHP/FileExplorer/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion PHP/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ To use Essential JS for PHP in your PHP web site, follow the below steps:

![PHP datepicker control](/PHP/Getting-Started_images/Getteing-Started_img1.JPG)

N> You can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio/php).
N> You can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio).
2 changes: 1 addition & 1 deletion PHP/HeatMap/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions PHP/Kanban/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: kanban dependency files

The Kanban 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 templates

Refer to the internal dependencies in the following table.
Expand Down Expand Up @@ -159,4 +159,4 @@ N> Kanban uses one or more sub-controls, therefore refer the `ej.web.all.min.js`

To get the real appearance of the Kanban, 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/).
10 changes: 5 additions & 5 deletions PHP/Kanban/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: ejkanban, kanban, kanban widget, js kanban

To get start with the Kanban 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 Kanban samples using Xampp server.
Expand Down Expand Up @@ -133,9 +133,9 @@ N> 2.It is mandatory to define the render() method at last as given in the above

## Data Binding

`Data binding` in the Kanban is achieved by using the [ej.DataManager](http://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.
`Data binding` in the Kanban is achieved by using the [ej.DataManager](https://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.

For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.
For demonstration purpose, [Northwind OData service](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.

{% highlight html %}

Expand All @@ -160,7 +160,7 @@ For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/S

{% endhighlight %}

N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](https://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.

## Mapping Values

Expand Down Expand Up @@ -229,7 +229,7 @@ N> `primaryKey` field is mandatory for “Drag and Drop” ,”Selection” and

## Adding Filters

Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](http://help.syncfusion.com/js/datamanager/query).
Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](https://help.syncfusion.com/js/datamanager/query).

{% highlight html %}

Expand Down
2 changes: 1 addition & 1 deletion PHP/Kanban/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Kanban control is an efficient way to visualize the workflow at each stage a

Some important features of the Kanban control are:

* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](http://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](https://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
* Swim lane – Supports Swim lane grouping.
* Filters – Supports filtering based on user Query.
* Editing - Offers card editing, inserting, and deleting using Dialog.
Expand Down
2 changes: 1 addition & 1 deletion PHP/LinearGauge/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 LinearGauge

Expand Down
Loading