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: aspnet-core/FileExplorer/Multiple-Selection.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
@@ -8,7 +8,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Mul
8
8
---
9
9
# Multiple Selection in ASP.NET Core FileExplorer
10
10
11
-
The file explorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful for copy pasting multiple files, deleting multiple files, and downloading multiple files. In another way, multiple files can be selected by bringing the mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files.
11
+
12
12
13
13
The [select](https://help.syncfusion.com/api/js/ejfileexplorer#events:select) event will be triggered when the items of FileExplorer control is selected.
14
14
Also [unselect](https://help.syncfusion.com/api/js/ejfileexplorer#events:unselect) event will be triggered when the items of FileExplorer control is unselected.
Copy file name to clipboardExpand all lines: aspnet-core/FileExplorer/Toolbar.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,44 +39,44 @@ In file explorer, files have been displayed in 3 types of views “Grid”, “T
39
39
<td>
40
40
NewFolder <br/><br/></td>
41
41
<td>
42
-
It creates a new folder on the current directory.<br/><br/>While click on the NewFolder item, the dialog displays to get the folder name. Based on the user input, FileExplorer creates new folder on the current directory.
42
+
43
43
Also {{'[createFolder](https://help.syncfusion.com/api/js/ejfileexplorer#events:createfolder)'| markdownify}} event will be triggered when new folder is created successfully in the file system.<br/><br/><br/><br/></td></tr>
44
44
</tr>
45
45
<tr>
46
46
<td>
47
47
Back <br/><br/></td>
48
48
<td>
49
-
It navigates to the previous directory from the user history. When the backward history is not available, it will be in disabled state.<br/><br/><br/><br/></td>
49
+
50
50
</tr>
51
51
<tr>
52
52
<td>
53
53
Forward <br/><br/></td>
54
54
<td>
55
-
It navigates to the next directory from the user history. When the forward history is not available, it will be in disable state.<br/><br/><br/><br/></td>
55
+
56
56
</tr>
57
57
<tr>
58
58
<td>
59
59
Upward <br/><br/></td>
60
60
<td>
61
-
It navigates to the parent directory of the current folder.<br/><br/><br/><br/></td>
61
+
62
62
</tr>
63
63
<tr>
64
64
<td>
65
65
Address bar<br/><br/></td>
66
66
<td>
67
-
The “address bar” is the textbox that displays the path of the current directory, as a series of its parent directory will be separated by slash (“/”).<br/><br/>And the address bar is an editable area, where you can enter any directory’s path for a quick navigation.<br/><br/><br/><br/></td>
67
+
68
68
</tr>
69
69
<tr>
70
70
<td>
71
71
Refresh <br/><br/></td>
72
72
<td>
73
-
It refreshes the current directory.<br/><br/><br/><br/></td>
73
+
74
74
</tr>
75
75
<tr>
76
76
<td>
77
77
Upload <br/><br/></td>
78
78
<td>
79
-
It uploads a file or list of files into the current directory.<br/><br/>And you can customize the upload configurations, for details check {{'[here](https://help.syncfusion.com/js/fileexplorer/toolbar#customizing-the-upload-functionality)'| markdownify }}.
79
+
80
80
<br/><br/><br/><br/></td></tr>
81
81
</tr>
82
82
<tr>
@@ -130,12 +130,12 @@ It displays the details of the currently selected file or folder.<br/><br/><br/>
130
130
<td>
131
131
Search bar<br/><br/></td>
132
132
<td>
133
-
The Search bar is the textbox that is used to search the files from the current directory. It list the files based on the user search.<br/><br/>The search behavior of the “search bar” can be customized. For more details, check <br/>{{'[here](#_Search_bar)'| markdownify }}.<br/><br/></td>
133
+
134
134
</tr>
135
135
<tr>
136
136
<td>
137
137
Sort by <br/><br/></td><td>
138
-
It is used to sort the files from the current directory. The sorting can be done based on the columns available from grid, in both ascending and descending order.<br/><br/><br/><br/></td>
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-1-0-1.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
@@ -140,8 +140,8 @@ N> 2. The File format component packages has been modified from Volume 3, 2017 (
140
140
141
141
The following steps helps to create a ASP.NET Core web application to configure our components.
142
142
143
-
* Create a new folder in your local directory.
144
-
* Open the command prompt from your local directory with administrator mode.
143
+
144
+
145
145
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-1-1-0.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
@@ -140,8 +140,8 @@ N> 2. The File format component packages has been modified from Volume 3, 2017 (
140
140
141
141
The following steps helps to create a ASP.NET Core web application to configure our components.
142
142
143
-
* Create a new folder in your local directory.
144
-
* Open the command prompt from your local directory with administrator mode.
143
+
144
+
145
145
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-2-0.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
@@ -128,8 +128,8 @@ N> Include the below mentioned scripts and CSS references under the appropriate
128
128
129
129
The following steps helps to create a ASP.NET Core web application to configure our components.
130
130
131
-
* Create a new folder in your local directory.
132
-
* Open the command prompt from your local directory with administrator mode.
131
+
132
+
133
133
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
134
134
135
135
* Run the below command to know about project creation templates.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-2-x.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,8 +141,8 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
141
141
142
142
The following steps helps to create a ASP.NET Core web application to configure our components.
143
143
144
-
* Create a new folder in your local directory.
145
-
* Open the command prompt from your local directory with administrator mode.
144
+
145
+
146
146
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
147
147
148
148
* Run the below command to know about project creation templates.
@@ -215,7 +215,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.
218
+
219
219
220
220
{% highlight text %}
221
221
@@ -225,7 +225,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
225
225
226
226
{% endhighlight %}
227
227
228
-
* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.
228
+
229
229
230
230
{% highlight cshtml %}
231
231
@@ -237,7 +237,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
237
237
238
238
{% endhighlight %}
239
239
240
-
* Open then command window prompt and run the below command to copy the necessary script and CSS files from node_modules directory to wwwroot directory.
240
+
241
241
242
242
{% highlight text %}
243
243
@@ -456,15 +456,15 @@ Since **Visual Studio Code** uses folder structure for storing files of applic
* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.
459
+
460
460
461
461
{% highlight text %}
462
462
463
463
npm install
464
464
465
465
{% endhighlight %}
466
466
467
-
* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.
467
+
468
468
469
469
{% highlight cshtml %}
470
470
@@ -476,7 +476,7 @@ Since **Visual Studio Code** uses folder structure for storing files of applic
476
476
477
477
{% endhighlight %}
478
478
479
-
* Open then command window prompt and run the below command to copy the necessary script and CSS files from node_modules directory to wwwroot directory.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.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
@@ -119,7 +119,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
119
119
120
120
The following steps helps to create a ASP.NET Core web application using terminal window.
121
121
122
-
* Open a terminal window to create a new directory for your project creation.
122
+
123
123
124
124
{% highlight text %}
125
125
@@ -128,7 +128,7 @@ mkdir Sample
128
128
{% endhighlight %}
129
129
130
130
131
-
* Then navigate to your folder directory in your terminal window.
131
+
132
132
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the dotnet link.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.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
@@ -134,7 +134,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
134
134
135
135
The following steps helps to create a ASP.NET Core web application using terminal window.
136
136
137
-
* Open a terminal window to create a new directory for your project creation.
137
+
138
138
139
139
{% highlight text %}
140
140
@@ -143,7 +143,7 @@ mkdir Sample
143
143
{% endhighlight %}
144
144
145
145
146
-
* Then navigate to your folder directory in your terminal window.
146
+
147
147
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the dotnet link.

343
343
344
-
* This will create **task.json** file in .vscode directory.
344
+
345
345
346
346

347
347
348
-
* Once again, press **Ctrl+Shift+P** to bring up the command palette. Type "Run Task" and select it, which will bring up a list of tasks configured in Gulp. Choose the Gulp Task **copy** to run gulp task to copy necessary script and CSS files from **node_modules** directory to **wwwroot** directory.
348
+
349
349
350
350

351
351
352
-
* By the same way,type "Run Task" and select each gulp task mentioned in **gulpfile.js** to copy the scripts and CSS from the required package in **node_modules** directory to **wwwroot** directory.
352
+
353
353
354
354

Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.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
@@ -50,15 +50,15 @@ ASP.NET Core Web application can be created in any one of the following ways.
50
50
51
51
The following steps helps to create a ASP.NET Core web application using terminal window.
52
52
53
-
* Open a terminal window, create a new directory for your project creation.
53
+
54
54
55
55
{% highlight text %}
56
56
57
57
mkdir Sample
58
58
59
59
{% endhighlight %}
60
60
61
-
* Then navigate to your folder directory in your terminal window.
61
+
62
62
63
63
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
0 commit comments