From 92ee34cd322a967a01a7182b9de0549a9a660bd1 Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Thu, 25 Jun 2026 10:41:23 +0530 Subject: [PATCH] Integrated latest changes at 06-25-2026 10:30:03 AM --- ej2-javascript/file-manager/file-system-provider.md | 2 +- .../how-to/adding-custom-item-to-context-menu.md | 2 +- .../file-manager/how-to/adding-custom-item-to-toolbar.md | 2 +- .../how-to/change-the-localization-content.md | 2 +- .../file-manager/how-to/custom-file-provider.md | 2 +- .../file-manager/how-to/customize-custom-thumbnail.md | 2 +- .../file-manager/how-to/customize-navigation-items.md | 2 +- .../file-manager/how-to/enable-disable-toolbar-item.md | 2 +- ej2-javascript/file-manager/how-to/nested-items.md | 2 +- .../file-manager/how-to/pass-custom-value-to-server.md | 2 +- .../file-manager/how-to/perform-custom-sorting.md | 2 +- ej2-javascript/file-manager/index.md | 2 +- ej2-javascript/file-manager/ts/getting-started.md | 8 ++++---- ej2-javascript/file-manager/upload.md | 2 +- ej2-javascript/rich-text-editor/js/getting-started.md | 1 + ej2-javascript/rich-text-editor/ts/getting-started.md | 1 + 16 files changed, 19 insertions(+), 17 deletions(-) diff --git a/ej2-javascript/file-manager/file-system-provider.md b/ej2-javascript/file-manager/file-system-provider.md index 6d5cdb342..d6288b9a5 100644 --- a/ej2-javascript/file-manager/file-system-provider.md +++ b/ej2-javascript/file-manager/file-system-provider.md @@ -13,7 +13,7 @@ domainurl: ##DomainURL## The file system provider allows the File Manager component to manage files and folders in a physical or cloud-based file system. Providers implement methods for operations such as create, copy, move, delete, upload, and download. -The following file providers are added in Syncfusion® EJ2 File Manager control. +The following file providers are added in EJ2 File Manager control. * [Physical file system provider](#physical-file-system-provider) * [Azure cloud file system Provider](#azure-cloud-file-system-provider) diff --git a/ej2-javascript/file-manager/how-to/adding-custom-item-to-context-menu.md b/ej2-javascript/file-manager/how-to/adding-custom-item-to-context-menu.md index a6c4ca2a4..75820ff65 100644 --- a/ej2-javascript/file-manager/how-to/adding-custom-item-to-context-menu.md +++ b/ej2-javascript/file-manager/how-to/adding-custom-item-to-context-menu.md @@ -1,7 +1,7 @@ --- layout: post title: Add Custom Menu Item in ##Platform_Name## File Manager | Syncfusion -description: Learn how to add a custom item to the context menu in the Syncfusion ##Platform_Name## File Manager component. +description: Learn how to add custom items to the context menu in the ##Platform_Name## File Manager control and handle custom actions effectively. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/adding-custom-item-to-toolbar.md b/ej2-javascript/file-manager/how-to/adding-custom-item-to-toolbar.md index f7c1a4e9e..a9a79a313 100644 --- a/ej2-javascript/file-manager/how-to/adding-custom-item-to-toolbar.md +++ b/ej2-javascript/file-manager/how-to/adding-custom-item-to-toolbar.md @@ -1,7 +1,7 @@ --- layout: post title: Add custom item to toolbar in ##Platform_Name## File Manager | Syncfusion -description: Learn how to add a custom item to the toolbar in the Syncfusion ##Platform_Name## File Manager component. +description: Learn how to add and customize toolbar items in the ##Platform_Name## File Manager control to support custom commands and actions. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/change-the-localization-content.md b/ej2-javascript/file-manager/how-to/change-the-localization-content.md index 81d5ca2e6..87c4ffe89 100644 --- a/ej2-javascript/file-manager/how-to/change-the-localization-content.md +++ b/ej2-javascript/file-manager/how-to/change-the-localization-content.md @@ -1,7 +1,7 @@ --- layout: post title: Change Localization in ##Platform_Name## File Manager | Syncfusion -description: Learn how to change the localization content in the Syncfusion ##Platform_Name## File Manager component. +description: Learn how to change localization content in the ##Platform_Name## File Manager control and customize the text displayed in the user interface. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/custom-file-provider.md b/ej2-javascript/file-manager/how-to/custom-file-provider.md index e3ecfc075..340518a11 100644 --- a/ej2-javascript/file-manager/how-to/custom-file-provider.md +++ b/ej2-javascript/file-manager/how-to/custom-file-provider.md @@ -1,7 +1,7 @@ --- layout: post title: Custom Service Provider in ##Platform_Name## File Manager | Syncfusion -description: Learn how to implement a custom service provider for the Syncfusion ##Platform_Name## File Manager component. +description: Learn how to implement a custom service provider in the ##Platform_Name## File Manager control to manage file operations and data processing platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/customize-custom-thumbnail.md b/ej2-javascript/file-manager/how-to/customize-custom-thumbnail.md index 78f17ae54..9f22f9c62 100644 --- a/ej2-javascript/file-manager/how-to/customize-custom-thumbnail.md +++ b/ej2-javascript/file-manager/how-to/customize-custom-thumbnail.md @@ -1,7 +1,7 @@ --- layout: post title: Customize Thumbnails in ##Platform_Name## File Manager | Syncfusion -description: Learn how to customize file thumbnails in the Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. +description: Learn how to customize file thumbnails in the ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/customize-navigation-items.md b/ej2-javascript/file-manager/how-to/customize-navigation-items.md index 27775f582..77045559b 100644 --- a/ej2-javascript/file-manager/how-to/customize-navigation-items.md +++ b/ej2-javascript/file-manager/how-to/customize-navigation-items.md @@ -1,7 +1,7 @@ --- layout: post title: Customize Navigation in ##Platform_Name## File Manager | Syncfusion -description: Learn how to customize the Navigation Pane in the Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. +description: Learn how to customize the Navigation Pane in the ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/enable-disable-toolbar-item.md b/ej2-javascript/file-manager/how-to/enable-disable-toolbar-item.md index a761adc79..6a0b7d384 100644 --- a/ej2-javascript/file-manager/how-to/enable-disable-toolbar-item.md +++ b/ej2-javascript/file-manager/how-to/enable-disable-toolbar-item.md @@ -1,7 +1,7 @@ --- layout: post title: Manage Toolbar Items in ##Platform_Name## File Manager | Syncfusion -description: Learn how to enable or disable toolbar items in the Syncfusion ##Platform_Name## File Manager component. +description: Learn how to enable or disable toolbar items in the ##Platform_Name## File Manager control to customize available user actions. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/nested-items.md b/ej2-javascript/file-manager/how-to/nested-items.md index 123062cec..ed8c0e1a7 100644 --- a/ej2-javascript/file-manager/how-to/nested-items.md +++ b/ej2-javascript/file-manager/how-to/nested-items.md @@ -1,7 +1,7 @@ --- layout: post title: Nested items in ##Platform_Name## File Manager component | Syncfusion -description: Learn here all about Nested items in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. +description: Learn here all about Nested items in ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/pass-custom-value-to-server.md b/ej2-javascript/file-manager/how-to/pass-custom-value-to-server.md index 173f99628..cf6414560 100644 --- a/ej2-javascript/file-manager/how-to/pass-custom-value-to-server.md +++ b/ej2-javascript/file-manager/how-to/pass-custom-value-to-server.md @@ -1,7 +1,7 @@ --- layout: post title: Pass Custom Values in ##Platform_Name## File Manager | Syncfusion -description: Learn about how to Pass custom value to server in the Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. +description: Learn about how to Pass custom value to server in the ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/how-to/perform-custom-sorting.md b/ej2-javascript/file-manager/how-to/perform-custom-sorting.md index 55d7976f6..9e874fac2 100644 --- a/ej2-javascript/file-manager/how-to/perform-custom-sorting.md +++ b/ej2-javascript/file-manager/how-to/perform-custom-sorting.md @@ -1,7 +1,7 @@ --- layout: post title: Custom Sorting in ##Platform_Name## File Manager | Syncfusion -description: Learn how to implement custom sorting in the Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. +description: Learn how to implement custom sorting in the ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/index.md b/ej2-javascript/file-manager/index.md index 7b08a3dd9..7f04923fe 100644 --- a/ej2-javascript/file-manager/index.md +++ b/ej2-javascript/file-manager/index.md @@ -1,7 +1,7 @@ --- layout: post title: Index in ##Platform_Name## File manager control | Syncfusion -description: Learn here all about Index in Syncfusion ##Platform_Name## File manager control of Syncfusion Essential JS 2 and more. +description: Learn here all about Index in ##Platform_Name## File manager control of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: Index publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/file-manager/ts/getting-started.md b/ej2-javascript/file-manager/ts/getting-started.md index 605d5874b..d83831332 100644 --- a/ej2-javascript/file-manager/ts/getting-started.md +++ b/ej2-javascript/file-manager/ts/getting-started.md @@ -11,7 +11,7 @@ domainurl: ##DomainURL## # Getting started in ##Platform_Name## File Manager control -This section explains how to create a simple File Manager and demonstrates the basic usage of the File Manager control. +This section explains how to create a simple File Manager and demonstrates the basic usage of the [File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager) control. ## Prerequisites @@ -34,9 +34,9 @@ As Syncfusion packages are not installed yet, currently, the `No` option will be cd my-app ``` -## Adding Syncfusion® File Manager package +## Adding File Manager package -All the available Essential® JS 2 packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. To install File Manager component, use the following command. +All the available Essential® JS 2 packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. To install [File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager), use the following command. ``` npm i @syncfusion/ej2-filemanager @@ -61,7 +61,7 @@ Add the following imports inside the `~/src/styles.css` file to include the `tai ## Adding File Manager control -To get started, add the File Manager control in `main.ts` and `index.html` files. File Manager can be initialized through div element. +To get started, add the [File Manager](https://www.syncfusion.com/javascript-ui-controls/js-file-manager) control in `main.ts` and `index.html` files. File Manager can be initialized through div element. {% tabs %} {% highlight ts tabtitle="main.ts" %} diff --git a/ej2-javascript/file-manager/upload.md b/ej2-javascript/file-manager/upload.md index 23950f049..9aaee5479 100644 --- a/ej2-javascript/file-manager/upload.md +++ b/ej2-javascript/file-manager/upload.md @@ -1,7 +1,7 @@ --- layout: post title: Upload in ##Platform_Name## File Manager component | Syncfusion -description: Learn here all about Upload in Syncfusion ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more +description: Learn here all about Upload in ##Platform_Name## File Manager component of Syncfusion Essential JS 2 and more platform: ej2-javascript control: File Manager publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/rich-text-editor/js/getting-started.md b/ej2-javascript/rich-text-editor/js/getting-started.md index a5a554f78..ec50b7ee7 100644 --- a/ej2-javascript/rich-text-editor/js/getting-started.md +++ b/ej2-javascript/rich-text-editor/js/getting-started.md @@ -2,6 +2,7 @@ layout: post title: Getting started with ##Platform_Name## Rich text editor | Syncfusion description: Checkout and learn about Getting started with ##Platform_Name## Rich text editor control of Syncfusion Essential JS 2 and more details. +canonical_url: "https://www.syncfusion.com/javascript-ui-controls/js-rich-text-editor" platform: ej2-javascript control: Getting started publishingplatform: ##Platform_Name## diff --git a/ej2-javascript/rich-text-editor/ts/getting-started.md b/ej2-javascript/rich-text-editor/ts/getting-started.md index 8bf279e4c..8a4a72425 100644 --- a/ej2-javascript/rich-text-editor/ts/getting-started.md +++ b/ej2-javascript/rich-text-editor/ts/getting-started.md @@ -2,6 +2,7 @@ layout: post title: Getting started with ##Platform_Name## Rich Text Editor | Syncfusion description: Checkout and learn how to create and run a Rich Text Editor using a Vite-based TypeScript project and Syncfusion Essential JS 2. +canonical_url: "https://www.syncfusion.com/javascript-ui-controls/js-rich-text-editor" platform: ej2-javascript control: Getting started publishingplatform: ##Platform_Name##