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: aspnetmvc/FileExplorer/Behavior-Settings.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 @@ Here are the some properties to customize the behavior of FileExplorer.
13
13
14
14
## File type restriction
15
15
16
-
FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](http://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
16
+
FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](https://help.syncfusion.com/api/js/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
17
17
By default it having the value " \*.\* ", so it allows all the file types. In case of image browser you can allow the image files only by setting “*.png, *.gif, *.jpg, *.jpeg”, so it doesn’t allow the other type of files.
18
18
In the view page, add FileExplorer helper and specify the file type restriction as shown below.
19
19
@@ -30,7 +30,7 @@ In the view page, add FileExplorer helper and specify the file type restriction
30
30
31
31
## Customize the AJAX request settings
32
32
33
-
As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property.
33
+
As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxsettings)” property.
34
34
The [beforeAjaxRequest](https://help.syncfusion.com/api/js/ejfileexplorer#events:beforeajaxrequest) event will be triggered before the AJAX request is performed. You can modify the ajax request in this event.
35
35
36
36
You can see the following requests passed during the **client – server** actions:
Copy file name to clipboardExpand all lines: aspnetmvc/FileExplorer/Context-Menu.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
@@ -130,7 +130,7 @@ It helps to open a file location from the filtered list.
130
130
131
131
## Context menu Visibility
132
132
133
-
The presence of the context menu can be controlled by the “[ShowContextMenu](http://help.syncfusion.com/js/api/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu.
133
+
The presence of the context menu can be controlled by the “[ShowContextMenu](https://help.syncfusion.com/api/js/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu.
134
134
135
135
In the view page, add FileExplorer helper and specify the context menu visibility as false.
136
136
@@ -150,9 +150,9 @@ The context menu items can be enabled or disabled through the client side public
150
150
151
151
For example, if you disable the “Upload” item, it disables in all places wherever it appears such as open the context menu on “TreeView”, open on file/folder, and open on layout.
Copy file name to clipboardExpand all lines: aspnetmvc/FileExplorer/Customization.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
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Customiza
10
10
11
11
## Dimension Customization
12
12
13
-
The dimension of the FileExplorer can be customized through “[Height](http://help.syncfusion.com/js/api/ejfileexplorer#members:height)” and “[Width](http://help.syncfusion.com/js/api/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element.
13
+
The dimension of the FileExplorer can be customized through “[Height](https://help.syncfusion.com/api/js/ejfileexplorer#members:height)” and “[Width](https://help.syncfusion.com/api/js/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element.
14
14
15
15
In the view page, add FileExplorer helper with custom height and width
16
16
@@ -29,7 +29,7 @@ In the view page, add FileExplorer helper with custom height and width
29
29
30
30
The navigation pane contains the tree view element which displays all the folders from the filesystem in a hierarchical manner. This is useful to a quick navigation of any folder in the filesystem.
31
31
32
-
The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](http://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer.
32
+
The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](https://help.syncfusion.com/api/js/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer.
33
33
34
34
In the view page, add FileExplorer helper and specify the navigation pane as false
35
35
@@ -66,7 +66,7 @@ You can change the layout using toolbar option. While clicking this tool, popup
66
66
67
67

68
68
69
-
Also the layout views can be changed through the “[Layout](http://help.syncfusion.com/js/api/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
69
+
Also the layout views can be changed through the “[Layout](https://help.syncfusion.com/api/js/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
70
70
71
71
In the view page, add FileExplorer helper and specify the layout type as shown below
72
72
@@ -83,9 +83,9 @@ In the view page, add FileExplorer helper and specify the layout type as shown b
83
83
84
84
### Customizing the Grid view
85
85
86
-
By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
86
+
By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
87
87
88
-
The behavior of the columns can be customized through the “[Columns](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-columns)” property.
88
+
The behavior of the columns can be customized through the “[Columns](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-columns)” property.
89
89
90
90
In the view page, add FileExplorer helper with custom grid settings
91
91
@@ -124,7 +124,7 @@ In the view page, add FileExplorer helper with custom grid settings
124
124
125
125
## Footer Customization
126
126
127
-
The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](http://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property.
127
+
The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](https://help.syncfusion.com/api/js/ejfileexplorer#members:showfooter)” property.
128
128
129
129
In the view page, add FileExplorer helper and hides the footer as shown below.
Copy file name to clipboardExpand all lines: aspnetmvc/FileExplorer/Getting-Started.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
@@ -15,7 +15,7 @@ The following section is briefly explain the things to get started with FileExpl
15
15
16
16
To get start with Essential ASP.NET MVC FileExplorer, create a new MVC Application and add the required assemblies in references and then refer the below specified dependent CSS file as well as scripts
17
17
18
-
To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#) Documentation.
18
+
To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#) Documentation.
19
19
20
20
## Adding the references
21
21
@@ -27,15 +27,15 @@ To include the control in the application the following references need to be ad
27
27
28
28
CSS file
29
29
30
-
*[ej.web.all.min.css](http://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css#) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](http://help.syncfusion.com/js/theming-in-essential-javascript-components#)
30
+
*[ej.web.all.min.css](https://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](https://help.syncfusion.com/js/theming-in-essential-javascript-components)
31
31
32
-
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#)
32
+
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)
33
33
34
34
### Script references
35
35
36
36
The external script dependencies of the FileExplorer widget are,
37
37
38
-
*[jQuery 1.7.1](http://jquery.com/#) or later versions.
38
+
*[jQuery 1.7.1](https://jquery.com/) or later versions.
39
39
40
40
*[jsrender](https://www.jsviews.com/#jsrender) – for grid view template.
41
41
@@ -173,7 +173,7 @@ Used to working with different localization culture formats
173
173
174
174
You can use the “**ej.web.all.min.js**” file, which encapsulates all the EJ MVC controls and frameworks in one single file
175
175
176
-
N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically.
176
+
N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](https://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically.
177
177
178
178
## FileExplorer using helper
179
179
@@ -189,7 +189,7 @@ In the view page, add FileExplorer helper as shown below.
189
189
190
190
{% endhighlight %}
191
191
192
-
In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](http://help.syncfusion.com/js/api/ejfileexplorer#members:path)” and “[AjaxAction](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here.
192
+
In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](https://help.syncfusion.com/api/js/ejfileexplorer#members:path)” and “[AjaxAction](https://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here.
193
193
194
194
Add the following code example to the corresponding controller page.
Copy file name to clipboardExpand all lines: aspnetmvc/FileExplorer/Localization.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
@@ -112,7 +112,7 @@ The below table lists out the keys with corresponding texts in English culture.
112
112
113
113
## Change the Culture
114
114
115
-
The language of the FileExplorer can be changed by the “[Locale](http://help.syncfusion.com/js/api/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**.
115
+
The language of the FileExplorer can be changed by the “[Locale](https://help.syncfusion.com/api/js/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**.
116
116
117
117
For example the culture code for German is “**de-DE**”.
Copy file name to clipboardExpand all lines: aspnetmvc/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, EJ MVC FileExplorer, UG document, Multiple
8
8
---
9
9
# Multiple Selection
10
10
11
-
The FileExplorer 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 on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by 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
+
The FileExplorer allows the user to select multiple files by enabling the “[AllowMultiSelection](https://help.syncfusion.com/api/js/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 on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by 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.
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: aspnetmvc/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
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Overview
10
10
# Overview
11
11
12
12
The EJ MVC FileExplorer component provides all the functionalities that is available in [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#), since it is a server side wrapper of [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#) widget. It is an interface for managing the file system through any web application. It allows the user to perform the most common file operations such as browse files, open, create, rename, copy, paste or move, delete and file searching.
13
-
For a live demo of FileExplorer check the online sample from [here](https://mvc.syncfusion.com/demos/web/fileexplorer/default#).
13
+
For a live demo of FileExplorer check the online sample from [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform).
14
14
15
15
N> The FileExplorer control was officially added with the Essential Studio ASP.NET MVC package from the v13.1 release only.
Copy file name to clipboardExpand all lines: aspnetmvc/FileExplorer/Resizing.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
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Resizing
10
10
11
11
The FileExplorer has the resize support through the resize handle which appears at right-bottom corner of footer. By clicking the resize handle the user can resize the FileExplorer through the UI. While resizing the dimension of the FileExplorer is automatically adjusted.
12
12
13
-
The resize behavior can be enabled through the “[EnableResize](http://help.syncfusion.com/js/api/ejfileexplorer#members:enableresize)” property.
13
+
The resize behavior can be enabled through the “[EnableResize](https://help.syncfusion.com/api/js/ejfileexplorer#members:enableresize)” property.
14
14
15
15
In the view page, add FileExplorer helper with resizable option as shown below
16
16
@@ -48,7 +48,7 @@ In the view page, add FileExplorer helper with responsive option
48
48
49
49
## Restriction on Resize
50
50
51
-
You can restrict the dimension of the FileExplorer by setting the “[MinHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxheight)”, “[MinWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:minwidth)” and “[MaxWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
51
+
You can restrict the dimension of the FileExplorer by setting the “[MinHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:minheight)”, “[MaxHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxheight)”, “[MinWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:minwidth)” and “[MaxWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
52
52
53
53
In the view page, add FileExplorer helper and set resize option within particular region.
0 commit comments