Skip to content

SEO-185391-JavaScript File Explorer-Image Alt #491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions js/FileExplorer/Accessing-Shared-Folder.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Accessing shared folder | FileExplorer | Javascript | Syncfusion
description: Accessing shared folder option in FileExplorer
title: Accessing shared folder in JavaScript File Explorer | Syncfusion
description: Learn here all about accessing shared folder option support in Syncfusion JavaScript File Explorer control, it's elements, and more.
platform: js
control: FileExplorer
documentation: UG
keywords: Accessing shared folder
api: /api/js/ejfileexplorer
---

# Accessing shared folder
# Accessing shared folder in JavaScript File Explorer

Using “FileExplorer”, you can manage the files that are available in a shared folder of another system which is connected through LAN. Refer following steps, here you will see the details about accessing the shared folder with FileExplorer.

Expand Down Expand Up @@ -44,5 +44,5 @@ N> In above code block, please specify the action method and shared folder path

If shared folder is restricted with authentication, that time you are not able to access this folder using our FileExplorer. Here you will get an exception like “**System.UnauthorizedAccessException, Please add your windows credential details to open '\\server\'**”. In order to solve this problem, you have to add the shared folder credential details in the windows credential manager that is available in your service hosted machine.

![](Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg)
![Accessing shared folder in JavaScript File Explorer.](accessingsharedfolder_images/javascript-file-explorer-accessing-shared-folder.jpeg)

10 changes: 5 additions & 5 deletions js/Grid/Toolbar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Toolbar with Grid widget for Syncfusion Essential JS
description: How to enable toolbar and its actions.
title: Toolbar in JavaScript Grid Control | Syncfusion
description: Learn here all about toolbar support in Syncfusion JavaScript Grid control, it's elements, and more.
platform: js
control: Grid
documentation: ug
api: /api/js/ejgrid
---
# Toolbar
# Toolbar in JavaScript Grid

Toolbar can be shown by setting the [`toolbarSettings.showToolbar`](https://help.syncfusion.com/api/js/ejgrid#members:toolbarsettings-showtoolbar "showToolbar") as true. To modify the toolbar behavior use [`toolbarSettings`](https://help.syncfusion.com/api/js/ejgrid#members:toolbarsettings "toolbarSettings") property. Toolbar has an option to add default items in the [`toolbarSettings.toolbarItems`](https://help.syncfusion.com/api/js/ejgrid#members:toolbarsettings-toolbaritems "toolbarItems") and customized items in the [`toolbarSettings.customToolbarItems`](https://help.syncfusion.com/api/js/ejgrid#members:toolbarsettings-customtoolbaritems "customToolbarItems").

Expand Down Expand Up @@ -75,7 +75,7 @@ Search text in records.</td></tr>

{% endhighlight %}

![](Toolbar_images/Toolbar_img1.png)
![Toolbar in JavaScript Toolbar.](toolbar_images/javascript-grid-toolbar.png)


I> [`editSettings.allowAdding`](https://help.syncfusion.com/api/js/ejgrid#members:editsettings-allowadding "allowAdding"), [`editSettings.allowEditing`](https://help.syncfusion.com/api/js/ejgrid#members:editsettings-allowediting "allowEditing") and [`editSettings.allowDeleting`](https://help.syncfusion.com/api/js/ejgrid#members:editsettings-allowdeleting "allowdeleting") need to be enabled for add, delete, edit, save & cancel in [`toolbarItems`](https://help.syncfusion.com/api/js/ejgrid#members:toolbarsettings-toolbaritems "toolbaritems"). [`allowSearching`](https://help.syncfusion.com/api/js/ejgrid#members:allowsearching "allowsearching")` to be enabled while adding search in toolbar to perform search action.
Expand Down Expand Up @@ -135,6 +135,6 @@ To add custom toolbar item as template use [`templateID`](https://help.syncfusio

{% endhighlight %}

![](Toolbar_images/Toolbar_img2.png)
![Custom toolbar items in JavaScript Grid.](toolbar_images/javascript-grid-custom-toolbar-item.png)


12 changes: 6 additions & 6 deletions js/Ribbon/Gallery.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Gallery
description: gallery
title: Gallery in JavaScript Ribbon Control | Syncfusion
description: Learn here all about gallery support in Syncfusion JavaScript Ribbon control, it's elements, and more.
documentation: ug
platform: js
keywords: gallery,ribbon gallery
api: /api/js/ejribbon
---

# Gallery
# Gallery in JavaScript Ribbon

Galleries are used to display items that can be arranged in a grid-type layout. Items in the gallery can be customized as [`button`](https://help.syncfusion.com/api/js/ejbutton)/[`menu`](https://help.syncfusion.com/api/js/ejmenu) to display images, text, or both images and text. You can set [`type`](https://help.syncfusion.com/api/js/ejribbon#members:tabs-groups-content-groups-type) of group as `gallery`.

Expand Down Expand Up @@ -120,13 +120,13 @@ N> The [`itemHeight`](https://help.syncfusion.com/api/js/ejribbon#members:tabs-g
{% endhighlight %}


![](/js/Ribbon/Gallery_images/Gallery_img1.png)
![Gallery in JavaScript Ribbon.](gallery_images/javascript-ribbon-gallery.png)

Ribbon Gallery.
{:.caption}


![](/js/Ribbon/Gallery_images/Gallery_img2.png)
![Gallery at expanded state in JavaScript Ribbon.](gallery_images/javascript-ribbon-gallery-at-expanded-state.png)

Gallery at Expanded State
{:.caption}
Expand Down Expand Up @@ -257,4 +257,4 @@ You can also set [`text`](https://help.syncfusion.com/api/js/ejribbon#members:ta

{% endhighlight %}

![](/js/Ribbon/Gallery_images/Gallery_img3.png)
![Custom gallery items in JavaScript Ribbon.](gallery_images/javascript-ribbon-custom-gallery-items.png)