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) 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`.