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/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).
6 changes: 3 additions & 3 deletions PHP/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Syncfusion PHP server side wrapper with over 40+ controls provides the enhanced

* The best way to get started would be to read the "Getting Started" section of the documentation for the component that you would like to start using first. The "Getting Started" guide gives just enough information that you need to know before starting to write code. This is the only section that we recommend reading end-to-end before starting to write code, all other information can be referred as needed.

* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://php.syncfusion.com/#Grids/Grid/grid.php) which contains code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/home/javascript.html#platform/) which contains code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.

* After you have integrated the component into your application using one of the sample code snippets as a starting point, it is likely that you would want additional information on specific features and API. The best option would be to search a the specific topic using the search box that is available at the top of the user guide.

## Additional help resources

* The [Knowledge Base](https://www.syncfusion.com/kb/php) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide.
* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/97) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide.

* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/php), the [forum](https://www.syncfusion.com/forums/php) section also contains responses to questions that other customers have asked us in the past.
* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/97), the [forum](https://www.syncfusion.com/forums/php) section also contains responses to questions that other customers have asked us in the past.

* And, you can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio).

Expand Down
10 changes: 5 additions & 5 deletions PHP/Sparkline/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started for Essential PHP Sparkline
description: How to create a sparkline.
title: Getting Started with PHP Sparkline Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP Sparkline Control, its elements, and more.
platform: php
control: Sparkline
documentation: ug
---

# Getting Started
# Getting Started with PHP Sparkline

This section explains you the steps required to populate the Sparkline with data. This section covers only the minimal features that you need to know to get started with the Sparkline.

Expand Down 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 Sparkline
Expand All @@ -64,4 +64,4 @@ Add the following code in the index.php file to create the Sparkline control in
{% endhighlight %}
Now, the Sparkline is rendered with some auto-generated random values and with default Line type.

![](Getting-Started_images/Getting-Started_img1.png)
![PHP Sparkline initialization](Getting-Started_images/Getting-Started_img1.png)
2 changes: 1 addition & 1 deletion PHP/Splitter/Splitter-Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Providing ejScroller when the content of pane is large.</td></tr>

To get the real appearance of the Splitter, 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/System-Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The system requirements for using our Syncfusion PHP platform are as follows

### Development Environment

* PHP [5.3.3+ version](http://php.net/downloads.php). Unzip the downloaded file and move the unzipped folder to the desired drive.
* PHP [5.3.3+ version](https://php.net/downloads.php). Unzip the downloaded file and move the unzipped folder to the desired drive.
* Apache Tomcat
* MySQL (optional. Necessary for DataBase related functionalities)

4 changes: 2 additions & 2 deletions PHP/Tab/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following screenshot illustrates the functionality of a Tab widget.

The external script dependencies of the Tab widget is,

* [jQuery 1.7.1](http://jquery.com/) and later versions.
* [jQuery 1.7.1](https://jquery.com/) and later versions.

And the internal script dependencies of the Tab widget are:

Expand All @@ -38,7 +38,7 @@ And the internal script dependencies of the Tab 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
2 changes: 1 addition & 1 deletion PHP/Tile/Tile-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Should be referred when using tile control.</td></tr>
</table>

To get the real appearance of the Tile, 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/).


6 changes: 3 additions & 3 deletions PHP/Toolbar/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section explains briefly about how to create a **Toolbar** in your applicat

The external script dependencies of the Toolbar widget is,

* [jQuery 1.7.1](http://jquery.com/) and later versions.
* [jQuery 1.7.1](https://jquery.com/) and later versions.

And the internal script dependencies of the Toolbar widget are:

Expand Down Expand Up @@ -43,7 +43,7 @@ And the internal script dependencies of the Toolbar 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 @@ -149,7 +149,7 @@ Initialize the Toolbar items with **LI** template as follows.

Apply the given styles in the code table to show the **toolbar items** as follows. You can refer images from any location. In the following code sample, the images are referred from the given location.

[https://js.syncfusion.com/demos/jquery/](https://js.syncfusion.com/demos/jquery/)
[https://js.syncfusion.com/demos/jquery/](https://ej2.syncfusion.com/home/)

{% highlight css %}

Expand Down
8 changes: 4 additions & 4 deletions PHP/Tooltip/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords : ejTooltip, Tooltip, js Tooltip, php Tooltip

The Tooltip control has the following list of external JavaScript dependencies.

* [jQuery](http://jquery.com/) 1.7.1 and later versions
* [jQuery](https://jquery.com/) 1.7.1 and later versions

* [jQuery.easing](http://gsgd.co.uk/sandbox/jquery/easing/) - to support animation effects in the components
* [jQuery.easing](https://gsgd.co.uk/sandbox/jquery/easing/) - to support animation effects in the components

Refer to the internal dependencies in the following table.

Expand Down Expand Up @@ -61,7 +61,7 @@ Refer the required scripts and CSS files in your PHP page as mentioned below in

{% endhighlight %}

For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [this link](http://help.syncfusion.com/js/theming-in-essential-javascript-components).
For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components).

## Create a Tooltip

Expand Down Expand Up @@ -115,7 +115,7 @@ Apply the following style sheet

## Setting Dimensions

Tooltip dimensions can be set using [width](http://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](http://help.syncfusion.com/js/api/ejtooltip#members:height) API.
Tooltip dimensions can be set using [width](https://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](https://help.syncfusion.com/js/api/ejtooltip#members:height) API.

{% highlight html %}

Expand Down
6 changes: 3 additions & 3 deletions PHP/TreeMap/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 TreeMap

Expand Down Expand Up @@ -130,7 +130,7 @@ Populate the TreeMap data in PHP JSON object. For example, you can use populatio
{% endhighlight %}


N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population).
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population).

![Initialize TreeMap in PHP](Getting-Started_images/Getting-Started_img2.png)

Expand Down Expand Up @@ -296,7 +296,7 @@ The following screenshot displays labels in a **TreeMap** control.

![Enable Legend using TreeMap in PHP](Getting-Started_images/Getting-Started_img6.png)

N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population).
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population).



4 changes: 2 additions & 2 deletions PHP/TreeView/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ JSON file content

## Create Instance for TreeView

You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/js/api/ejtreeview#) of TreeView to control its behavior.
You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/api/js/ejtreeview) of TreeView to control its behavior.


{% highlight php %}
Expand All @@ -149,7 +149,7 @@ N>To configure the API settings after TreeView creation, please refer [API confi

## TreeView events

EJ PHP TreeView supports all the client side [events](https://help.syncfusion.com/js/api/ejtreeview#events) which is available in EJ TreeView. Refer following code example to specify an event using EJ PHP TreeView element.
EJ PHP TreeView supports all the client side [events](https://help.syncfusion.com/api/js/ejtreeview#events) which is available in EJ TreeView. Refer following code example to specify an event using EJ PHP TreeView element.


{% highlight php %}
Expand Down
4 changes: 2 additions & 2 deletions PHP/WaitingPopup/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can give the Username and Password in the **login page**. When you click the

The external script dependencies of the WaitingPopup widget is,

* [jQuery 1.7.1](http://jquery.com/) and later versions.
* [jQuery 1.7.1](https://jquery.com/) and later versions.

And the internal script dependencies of the WaitingPopup widget are:

Expand All @@ -42,7 +42,7 @@ And the internal script dependencies of the WaitingPopup 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