Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/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