From fad6d010e29ed56ee5ef7e9569c7a74bc5ac5f79 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 28 May 2025 12:30:59 +0530 Subject: [PATCH 1/2] Update ImportAndExport.md --- aspnet-core/RichTextEditor/ImportAndExport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/RichTextEditor/ImportAndExport.md b/aspnet-core/RichTextEditor/ImportAndExport.md index 28c2ef77..77c748c9 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`. From 5d8ac9744114e75f1abcbe710ea1a0948ec49304 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 12 Jun 2025 17:55:27 +0530 Subject: [PATCH 2/2] Update Getting-Started.md --- aspnet-core/HeatMap/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/HeatMap/Getting-Started.md b/aspnet-core/HeatMap/Getting-Started.md index 9c3da6c7..ac2735cd 100644 --- a/aspnet-core/HeatMap/Getting-Started.md +++ b/aspnet-core/HeatMap/Getting-Started.md @@ -334,4 +334,4 @@ public class TableMapBinding : System.Web.UI.Page {% endhighlight %} {% endtabs %} -![](Getting-Started_images/Getting-Started_img3.png) \ No newline at end of file +![](Getting-Started_images/Getting-Started_img3.png)