Skip to content

Commit ac1b008

Browse files
authored
Merge pull request #357 from syncfusion-content/SEO-172685-JavaScript-redirection-tool-fixes-3
SEO-172685-JavaScript-redirection-tool-fixes-3
2 parents 2ff102e + 72783e2 commit ac1b008

28 files changed

+58
-58
lines changed

js/FileExplorer/Context-Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The following screenshot displays the customization of context menu in FileExplo
256256

257257
![](Context-Menu_images/Context-Menu_img1.png)
258258

259-
For more details about context menu customization, refer the sample [here](http://jsplayground.syncfusion.com/Sync_nz201mh4).
259+
For more details about context menu customization, refer the sample [here](https://jsplayground.syncfusion.com/Sync_nz201mh4).
260260

261261
## Context Menu Events
262262

js/FileExplorer/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Add the below CSS reference in the head section, for the default theme
5656

5757
{% endhighlight %}
5858

59-
N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](http://docs.syncfusion.com/js/theming-in-essential-javascript-components#)
59+
N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](https://docs.syncfusion.com/js/theming-in-essential-javascript-components)
6060

6161
### Script references
6262

6363
The external script dependencies of the FileExplorer widget are,
6464

65-
* [jQuery 1.7.1](http://jquery.com/#) or later versions.
65+
* [jQuery 1.7.1](https://jquery.com/) or later versions.
6666
* [jsrender](https://www.jsviews.com/#jsrender) – for grid view template.
6767

6868
And the internal script dependencies of the FileExplorer widget are:
@@ -146,7 +146,7 @@ So you can add the below Script references in the head section:
146146

147147
{% endhighlight %}
148148

149-
N> The above Script and CSS references uses the [CDN links](http://docs.syncfusion.com/js/cdn#). In case if you need to refer the local files then you can copy the corresponding files from the [installed location](http://docs.syncfusion.com/js/installation-and-deployment#) and can include into your application directory
149+
N> The above Script and CSS references uses the [CDN links](https://docs.syncfusion.com/js/cdn). In case if you need to refer the local files then you can copy the corresponding files from the [installed location](https://docs.syncfusion.com/js/installation-and-deployment) and can include into your application directory
150150

151151
N> In production we recommend you to use our [Custom script generator](http://docs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only]
152152

js/FileExplorer/How-To.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ Generally web based file explorer needs a service for handling the file related
122122

123123
By default, we have provided these server side AJAX handling functionalities in “**C#**” for managing physical filesystem and you can check it with “**FileExplorerOperations**” file, which is available at following Web API service application.
124124

125-
**Web API service**: [http://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorer_WebAPI1406113770.zip](http://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorer_WebAPI1406113770.zip#)
125+
**Web API service**: [http://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorer_WebAPI1406113770.zip](https://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorer_WebAPI1406113770.zip)
126126

127127
**Note**: In this Web API application, we have provided “**FileOperationController**” file, which contains “**doJSONAction**” action method. When you make AJAX request, “**doJSONAction**” method will be called with AJAX request parameters then it calls the corresponding built-in file handling methods (Read, Search, Download, Upload, Remove, Rename etc.) that are available in our “**FileExplorerOperations**” class based on the “**ActionType**” parameter value.
128128

129129
For your convenience, we have prepared a sample based on this and you can find it under following location.
130130

131-
Sample: [http://jsplayground.syncfusion.com/gysvwdcp](http://jsplayground.syncfusion.com/gysvwdcp#)
131+
Sample: [http://jsplayground.syncfusion.com/gysvwdcp](https://jsplayground.syncfusion.com/gysvwdcp)
132132

133133
**Note**: First run the provided Web API service, then you will get an URL like ”[http://localhost:51460/](http://localhost:51460/#)“ (Here port number may change). As per port number, replace the specified URL in “**path**” and “**ajaxAction**” of “**FileExplorer**” sample.
134134

@@ -140,7 +140,7 @@ Please refer following steps to create a Web API service for FileExplorer using
140140

141141
**Step 1**: Create a new ASP.NET Web API project using Visual Studio.
142142

143-
Reference [link](https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api#)
143+
Reference [link](https://learn.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api)
144144

145145
**Step 2**: Add "**Syncfusion.EJ**" assembly reference, which is available at following location of your system.
146146

@@ -152,7 +152,7 @@ C:\Program Files (x86)\Syncfusion\Essential Studio\\{15.1.0.33}\Assemblies\4.5
152152

153153
This assembly contain built-in file handling methods such as (Read, Search, Download, Upload, Remove, Rename etc.) and it will be available in "**FileExplorerOperations**" class.
154154

155-
**Step 3**: Add “[FileExplorerController.cs](http://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorerController-2059296017#)” file in the controller part of Web API project.
155+
**Step 3**: Add “[FileExplorerController.cs](https://www.syncfusion.com/downloads/support/directtrac/general/ze/FileExplorerController-2059296017)” file in the controller part of Web API project.
156156
This file, contains action handler methods. Based on the request parameters, it helps to call the built-in file handling methods of **Syncfusion.EJ** assembly.
157157

158158
**Step 4**: Add following content in the “**WebApiApplication**” class of “**Global.asax.cs**” file.
@@ -399,7 +399,7 @@ It used to search all the matched files and sub-folders in the given folder path
399399

400400
You can set the alias name to the root folder of FileExplorer by using [`rootFolderName`](https://help.syncfusion.com/api/js/ejfileexplorer#members:rootfoldername) API. It is used to replace the actual root folder name in the FileExplorer UI. Refer to the below sample to set the alias name for the root folder of FileExplorer.
401401

402-
Sample Link: [link](http://jsplayground.syncfusion.com/psx0vwle)
402+
Sample Link: [link](https://jsplayground.syncfusion.com/psx0vwle)
403403

404404

405405
## Use the FTP connection using FileExplorer
@@ -422,7 +422,7 @@ In this FTP Web API application, we have provided “FTPFileOperationController
422422

423423
**Step 2:** Include **“FTPFileExplorerOperations”** file in that application. This file contains built-in file handling methods which helps to connect our FileExplorer with FTP service.
424424

425-
[http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPFileExplorerOperations901960089.zip](http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPFileExplorerOperations901960089.zip#)
425+
[http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPFileExplorerOperations901960089.zip](https://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPFileExplorerOperations901960089.zip)
426426

427427
**Step 3:** Add **“FileExplorerController.cs”** file in the controller part of FTP project.
428428

@@ -528,4 +528,4 @@ ajaxAction: "http://localhost/FileExplorer/FileOperation/doJSONAction" });
528528

529529
We have prepared a demo based on above steps, please refer this.
530530

531-
[http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPWebAPI1239740174.zip](http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPWebAPI1239740174.zip#)
531+
[http://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPWebAPI1239740174.zip](https://www.syncfusion.com/downloads/support/directtrac/general/ze/FTPWebAPI1239740174.zip)

js/FileExplorer/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ api: /api/js/ejfileexplorer
1212

1313
The **Essential JavaScript FileExplorer** is an interface for managing the File system through any web application. It allows the user to perform the most common file operations include browse, open, create, rename, copy, paste or move, delete and file searching.
1414

15-
For a live demo of FileExplorer check the online sample from [here](https://js.syncfusion.com/demos/web/#!/azure/fileexplorer/DefaultFunctionalities)
15+
For a live demo of FileExplorer check the online sample from [here](https://ej2.syncfusion.com/home/#!/azure/fileexplorer/DefaultFunctionalities)
1616

1717
N> The FileExplorer control was officially added with the Essential Studio JavaScript package from the v13.1 release only.
1818

js/FileExplorer/Toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ So you can configure the filter type with case sensitivity like below:
279279

280280
From the [toolbar items](#toolbar-items) you can see the list of built-in tools to perform the operations. Along with this built-in tools, you can add your custom tool with the custom functionality.
281281

282-
You can find an online demo sample of FileExplorer with custom tool from [here](http://js.syncfusion.com/demos/web/#!/azure/fileexplorer/CustomTool).
282+
You can find an online demo sample of FileExplorer with custom tool from [here](https://ej2.syncfusion.com/home/#!/azure/fileexplorer/CustomTool).
283283

284284
{% highlight javascript %}
285285

js/Gantt/Baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Baseline is used to describe the original plan of the task and it can be the sam
2424

2525
{% endhighlight %}
2626

27-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/schedulingconcepts/baseline) here to view the online demo sample for baselines in Gantt.
27+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/schedulingconcepts/baseline) here to view the online demo sample for baselines in Gantt.
2828

2929
The following screenshot shows the baseline in Gantt control.
3030

js/Gantt/Columns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ It is possible to format a column using [`load`](/api/js/ejgantt#events:load) ev
5353
});
5454
{% endhighlight %}
5555

56-
Note: For more numeric format strings, please refer to this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx).
56+
Note: For more numeric format strings, please refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN).
5757

58-
For more date format strings, please refer to this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx).
58+
For more date format strings, please refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN).
5959

6060
## Column Resizing
6161

js/Gantt/Context-Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ The screenshot of the custom context menu items in Gantt control is as follows.
146146

147147
![](/js/Gantt/Context-Menu_images/Context-Menu_img3.png)
148148

149-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/contextmenu/customcontextmenu) here to view the online demo sample for custom context menu in Gantt.
149+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/contextmenu/customcontextmenu) here to view the online demo sample for custom context menu in Gantt.

js/Gantt/Critical-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can enable/disable the critical path in Gantt by using toolbar button, and t
3838

3939
![JavaScript Gantt toolbar icons](criticalfeature_images/criticalfeature_img1.jpeg)
4040

41-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/schedulingconcepts/criticalpath) here to view the online demo sample for critical path in Gantt.
41+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/schedulingconcepts/criticalpath) here to view the online demo sample for critical path in Gantt.
4242

4343

4444
## Using Method

js/Gantt/Customizations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following code example shows how to define template for taskbars in Gantt.
9292

9393
The DOM structure and class names mentioned in the above code snippet is mandatory for providing the editing support in custom templates.
9494

95-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/customizations/taskbartemplate) here to view the online demo sample for Taskbar templates in Gantt.
95+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/customizations/taskbartemplate) here to view the online demo sample for Taskbar templates in Gantt.
9696

9797
The following screenshot shows the template for taskbars in Gantt.
9898

@@ -186,7 +186,7 @@ The following code example explains how to map custom templates to task labels.
186186
</script>
187187
{% endhighlight %}
188188

189-
You can find the online demo sample for task label templates in Gantt [here](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/customizations/tasklabeltemplate)
189+
You can find the online demo sample for task label templates in Gantt [here](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/customizations/tasklabeltemplate)
190190

191191
The following screenshot shows Gantt with task label templates.
192192

@@ -299,7 +299,7 @@ The default dependency tooltip in Gantt can be customized by using [`predecessor
299299
The following screenshot show the output of above code example.
300300
![](/js/Gantt/Customization_images/Customization_img8.png)
301301

302-
You can find the JS playground sample for dependency tooltip template [here](http://jsplayground.syncfusion.com/Sync_f5fvhwfi).
302+
You can find the JS playground sample for dependency tooltip template [here](https://jsplayground.syncfusion.com/Sync_f5fvhwfi).
303303

304304
### Cell tooltip
305305

@@ -361,7 +361,7 @@ TreeGrid part tooltip can also be customized using [`cellTooltipTemplate`](/api/
361361
{% endhighlight %}
362362
![](/js/Gantt/Customization_images/Customization_img5.png)
363363

364-
You can find the online demo sample for tooltip templates for taskbars [here](http://js.syncfusion.com/demos/web/#!/bootstrap/gantt/customizations/tooltiptemplate)
364+
You can find the online demo sample for tooltip templates for taskbars [here](https://ej2.syncfusion.com/home/#!/bootstrap/gantt/customizations/tooltiptemplate)
365365

366366
### Taskbar Editing Tooltip
367367

@@ -419,7 +419,7 @@ Taskbar editing tooltip can be customized by using [`taskbarEditingTooltipTempla
419419
The below screenshot shows the output of above code example.
420420
![](/js/Gantt/Customization_images/Customization_img6.png)
421421

422-
You can find the JS playground sample for this property [here](http://jsplayground.syncfusion.com/Sync_khndhguw).
422+
You can find the JS playground sample for this property [here](https://jsplayground.syncfusion.com/Sync_khndhguw).
423423

424424
#### Customize progress bar editing tooltip
425425

@@ -451,4 +451,4 @@ Progress bar editing tooltip can be customized by using [`progressbarTooltipTemp
451451
The below screenshot shows the output of above code example.
452452
![](/js/Gantt/Customization_images/Customization_img7.png)
453453

454-
You can find the JS playground sample for this property [here](http://jsplayground.syncfusion.com/Sync_aakdzajo).
454+
You can find the JS playground sample for this property [here](https://jsplayground.syncfusion.com/Sync_aakdzajo).

0 commit comments

Comments
 (0)