You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The external script dependencies of the ProgressBar widget is,
14
14
15
-
*[jQuery 1.7.1](http://jquery.com/) and later versions.
15
+
*[jQuery 1.7.1](https://jquery.com/) and later versions.
16
16
17
17
And the internal script dependencies of the ProgressBar widget are:
18
18
@@ -33,7 +33,7 @@ And the internal script dependencies of the ProgressBar widget are:
33
33
34
34
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/>
35
35
36
-
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).
36
+
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).
Copy file name to clipboardExpand all lines: PHP/RTE/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This section helps to understand the getting started of RTE control with the ste
13
13
14
14
The external script dependencies of the RichTextEditor widget is,
15
15
16
-
*[jQuery 1.7.1](http://jquery.com/) and later versions.
16
+
*[jQuery 1.7.1](https://jquery.com/) and later versions.
17
17
18
18
And the internal script dependencies of the RichTextEditor widget are:
19
19
@@ -118,7 +118,7 @@ And the internal script dependencies of the RichTextEditor widget are:
118
118
119
119
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/>
120
120
121
-
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).
121
+
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).
Copy file name to clipboardExpand all lines: PHP/RadialMenu/RadialMenu-Dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ This is the main source file specific for rendering RadialMenu.</td></tr>
40
40
41
41
To get the real appearance of the RadialMenu, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
42
42
43
-
>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/).
43
+
>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/).
Copy file name to clipboardExpand all lines: PHP/RadialSlider/RadialSlider-Dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,4 @@ This is the main source file specific for rendering RadialSlider.</td></tr>
36
36
37
37
To get the real appearance of the RadialSlider, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
38
38
39
-
>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/).
39
+
>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/).
Copy file name to clipboardExpand all lines: PHP/RangeNavigator/Getting-Started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
44
44
45
45
{% endhighlight %}
46
46
47
-
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.
47
+
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.
Copy file name to clipboardExpand all lines: PHP/Rating/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The following screenshot illustrates the functionality of a Rating widget with a
18
18
19
19
The external script dependencies of the Rating widget is,
20
20
21
-
*[jQuery 1.7.1](http://jquery.com/) and later versions.
21
+
*[jQuery 1.7.1](https://jquery.com/) and later versions.
22
22
23
23
And the internal script dependencies of the Rating widget are:
24
24
@@ -43,7 +43,7 @@ And the internal script dependencies of the Rating widget are:
43
43
44
44
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/>
45
45
46
-
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).
46
+
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).
To get start with the ReportViewer control by using PHP wrapper classes, any one of the following prerequisites need to be installed in your machine to deploy, and run those samples locally.
13
13
14
-
*[PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
14
+
*[PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
The Ribbon control has the following external JavaScript dependency.
13
13
14
-
*[`jQuery 1.7.1`](http://jquery.com) and later versions.
14
+
*[`jQuery 1.7.1`](https://jquery.com/) and later versions.
15
15
16
16
**ej.web.all.js** is a bundle of all Essential JavaScript controls. When you use ej.web.all.js in your application, you can leave this section or else you can try to render ej ribbon in your application by using ej.ribbon file. You can refer to the following frameworks and controls in your project.
To get start with the Ribbon control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally.
13
13
14
-
*[PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
14
+
*[PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
In this section, let's see how to create, deploy and run the Ribbon samples using Xampp server.
@@ -59,9 +59,9 @@ Create a first PHP file in Xampp and name it appropriately with `.php` extension
59
59
60
60
Ribbon has the following external script dependency and these should be referred before `ej` Script files
61
61
62
-
*[`jQuery`](http://jquery.com) 1.7.1 and later versions
62
+
*[`jQuery`](https://jquery.com/) 1.7.1 and later versions
63
63
64
-
Also Ribbon have internal dependencies which includes `ej.core` libraries and [`child controls`](http://help.syncfusion.com/js/api/ejribbon#requires). For getting started, you can refer `ej.web.all.min.js` which includes `ej.core` and all Syncfusion JavaScript controls.
64
+
Also Ribbon have internal dependencies which includes `ej.core` libraries and [`child controls`](https://help.syncfusion.com/api/js/ejribbon#requires). For getting started, you can refer `ej.web.all.min.js` which includes `ej.core` and all Syncfusion JavaScript controls.
65
65
66
66
Add the specific theme reference to your HTML file by referring the appropriate `ej.web.all.min.css` which contains `ej.widgets.core.min.css` (layout related CSS) and `ej.theme.min.css` (theme related CSS) for all the Syncfusion controls.
67
67
@@ -89,7 +89,7 @@ Refer the required scripts and CSS files in your PHP page as mentioned below in
89
89
90
90
Here, the CDN links are used. In case, if the individual scripts are required to render the Ribbon control, refer [here](/dependencies).
91
91
92
-
N> 1. In case if you don’t want to use `ej.web.all.min.js` file, you can use our [`custom script generator`](http://help.syncfusion.com/js/api/ejribbon#requires) to create custom script file with required controls and its dependencies only
92
+
N> 1. In case if you don’t want to use `ej.web.all.min.js` file, you can use our [`custom script generator`](https://help.syncfusion.com/api/js/ejribbon#requires) to create custom script file with required controls and its dependencies only
93
93
N> 2. Ribbon’s sample level icons can be loaded using `ej.icons.CSS` from [this](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ribbon-css/ej.icons.css) CDN or from the location **(installed location)**\ Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\assets\css\web\ribbon-css”.
Copy file name to clipboardExpand all lines: PHP/Rotator/rotator-dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,6 @@ Should be referred when using rotator control.</td></tr>
37
37
</table>
38
38
39
39
To get the real appearance of the Rotator, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
40
-
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/).
40
+
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/).
0 commit comments