From a273c0eb5097ab60ca8bcf7b61f4d2c7fa0e9cc3 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Tue, 12 Aug 2025 12:58:51 +0530 Subject: [PATCH 1/2] Update ImportAndExport.md --- aspnet-core/RichTextEditor/ImportAndExport.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet-core/RichTextEditor/ImportAndExport.md b/aspnet-core/RichTextEditor/ImportAndExport.md index 28c2ef77..abfb5554 100644 --- a/aspnet-core/RichTextEditor/ImportAndExport.md +++ b/aspnet-core/RichTextEditor/ImportAndExport.md @@ -7,7 +7,7 @@ control: RTE documentation: ug --- -## Import +# Import Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `ImportSettings` Url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`. @@ -32,7 +32,7 @@ Import feature provides support to import a word document into the editor `texta {% endhighlight %} -![](ImportAndExport_images/import_images.png) +![import a word document into the editor textarea.](ImportAndExport_images/import_images.png) ## Export @@ -62,7 +62,7 @@ Export feature provides support to export editor `textarea` content into word an {% endhighlight %} ### Word Export -![](ImportAndExport_images/export_word_images.png) +![export feature provides support to export editor textarea content into word.](ImportAndExport_images/export_word_images.png) ### PDF Export -![](ImportAndExport_images/export_pdf_images.png) \ No newline at end of file +![export feature provides support to export editor textarea content into pdf.](ImportAndExport_images/export_pdf_images.png) \ No newline at end of file From 88d11665854e16a5ca34d908fde6712396103a0d Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Tue, 26 Aug 2025 15:06:00 +0530 Subject: [PATCH 2/2] change the alt tag casing --- aspnet-core/RichTextEditor/ImportAndExport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet-core/RichTextEditor/ImportAndExport.md b/aspnet-core/RichTextEditor/ImportAndExport.md index abfb5554..b222ff06 100644 --- a/aspnet-core/RichTextEditor/ImportAndExport.md +++ b/aspnet-core/RichTextEditor/ImportAndExport.md @@ -32,7 +32,7 @@ Import feature provides support to import a word document into the editor `texta {% endhighlight %} -![import a word document into the editor textarea.](ImportAndExport_images/import_images.png) +![import a word document into the RichTextEditor.](ImportAndExport_images/import_images.png) ## Export @@ -62,7 +62,7 @@ Export feature provides support to export editor `textarea` content into word an {% endhighlight %} ### Word Export -![export feature provides support to export editor textarea content into word.](ImportAndExport_images/export_word_images.png) +![export feature provides support to export RichTextEditor textarea content into word.](ImportAndExport_images/export_word_images.png) ### PDF Export -![export feature provides support to export editor textarea content into pdf.](ImportAndExport_images/export_pdf_images.png) \ No newline at end of file +![export feature provides support to export RichTextEditor textarea content into pdf.](ImportAndExport_images/export_pdf_images.png) \ No newline at end of file