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
Copy file name to clipboardExpand all lines: js/FileExplorer/Getting-Started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,13 @@ Add the below CSS reference in the head section, for the default theme
56
56
57
57
{% endhighlight %}
58
58
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)
60
60
61
61
### Script references
62
62
63
63
The external script dependencies of the FileExplorer widget are,
64
64
65
-
*[jQuery 1.7.1](http://jquery.com/#) or later versions.
65
+
*[jQuery 1.7.1](https://jquery.com/) or later versions.
66
66
*[jsrender](https://www.jsviews.com/#jsrender) – for grid view template.
67
67
68
68
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:
146
146
147
147
{% endhighlight %}
148
148
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
150
150
151
151
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]
Copy file name to clipboardExpand all lines: js/FileExplorer/How-To.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,13 +122,13 @@ Generally web based file explorer needs a service for handling the file related
122
122
123
123
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.
124
124
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)
126
126
127
127
**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.
128
128
129
129
For your convenience, we have prepared a sample based on this and you can find it under following location.
**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.
134
134
@@ -140,7 +140,7 @@ Please refer following steps to create a Web API service for FileExplorer using
140
140
141
141
**Step 1**: Create a new ASP.NET Web API project using Visual Studio.
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.
154
154
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.
156
156
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.
157
157
158
158
**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
399
399
400
400
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.
@@ -422,7 +422,7 @@ In this FTP Web API application, we have provided “FTPFileOperationController
422
422
423
423
**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.
Copy file name to clipboardExpand all lines: js/FileExplorer/Overview.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
@@ -12,7 +12,7 @@ api: /api/js/ejfileexplorer
12
12
13
13
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.
14
14
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)
16
16
17
17
N> The FileExplorer control was officially added with the Essential Studio JavaScript package from the v13.1 release only.
Copy file name to clipboardExpand all lines: js/FileExplorer/Toolbar.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
@@ -279,7 +279,7 @@ So you can configure the filter type with case sensitivity like below:
279
279
280
280
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.
281
281
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).
Copy file name to clipboardExpand all lines: js/Gantt/Columns.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
@@ -53,9 +53,9 @@ It is possible to format a column using [`load`](/api/js/ejgantt#events:load) ev
53
53
});
54
54
{% endhighlight %}
55
55
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).
57
57
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).
[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.
[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.
Copy file name to clipboardExpand all lines: js/Gantt/Customizations.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The following code example shows how to define template for taskbars in Gantt.
92
92
93
93
The DOM structure and class names mentioned in the above code snippet is mandatory for providing the editing support in custom templates.
94
94
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.
96
96
97
97
The following screenshot shows the template for taskbars in Gantt.
98
98
@@ -186,7 +186,7 @@ The following code example explains how to map custom templates to task labels.
186
186
</script>
187
187
{% endhighlight %}
188
188
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)
190
190
191
191
The following screenshot shows Gantt with task label templates.
192
192
@@ -299,7 +299,7 @@ The default dependency tooltip in Gantt can be customized by using [`predecessor
299
299
The following screenshot show the output of above code example.
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)
365
365
366
366
### Taskbar Editing Tooltip
367
367
@@ -419,7 +419,7 @@ Taskbar editing tooltip can be customized by using [`taskbarEditingTooltipTempla
419
419
The below screenshot shows the output of above code example.
0 commit comments