From 1e8dd8434bdde84648a532acb2dd92a4b3d09e2a Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 16 Jul 2025 15:22:52 +0530 Subject: [PATCH 1/2] Hi tag missing --- 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 77f2fd927d191d832010d1f8f329f6ce93ac6897 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 17 Jul 2025 10:29:29 +0530 Subject: [PATCH 2/2] image alt tag missing --- aspnet-core/Chart/Chart-Dimensions.md | 4 ++-- aspnet-core/DropDownList/Customization.md | 8 ++++---- aspnet-core/SpellCheck/Functionalities.md | 2 +- aspnet-core/TreeView/Full-Row-Selection.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aspnet-core/Chart/Chart-Dimensions.md b/aspnet-core/Chart/Chart-Dimensions.md index 7d802df3..c48c8a3f 100644 --- a/aspnet-core/Chart/Chart-Dimensions.md +++ b/aspnet-core/Chart/Chart-Dimensions.md @@ -39,7 +39,7 @@ You can also set the chart dimension by using the **Size** property of the chart {% endhighlight %} -![](Chart-Dimensions_images/Chart-Dimensions_img1.png) +![set size in pixels in ASP.Net Core Chart.](Chart-Dimensions_images/Chart-Dimensions_img1.png) ## Setting size relative to the container size @@ -56,7 +56,7 @@ You can specify the chart size in percentage by using the **Size** property. The {% endhighlight %} -![](Chart-Dimensions_images/Chart-Dimensions_img2.png) +![setting size relative to the container size in ASP.NET Core Chart.](Chart-Dimensions_images/Chart-Dimensions_img2.png) ## Responsive chart diff --git a/aspnet-core/DropDownList/Customization.md b/aspnet-core/DropDownList/Customization.md index fa940e52..c84f122f 100644 --- a/aspnet-core/DropDownList/Customization.md +++ b/aspnet-core/DropDownList/Customization.md @@ -47,9 +47,9 @@ It provides the short description of the expected value in dropdown and will dis {% endtabs %} -![](Customization_images/Customization_img1.png) +![adding watermark text in customization.](Customization_images/Customization_img1.png) -![](Customization_images/Customization_img2.png) +![Adding watermark text in ASP.NET Core Drop Down List.](Customization_images/Customization_img2.png) ## Applying Rounded Corner @@ -129,7 +129,7 @@ The Enabled property is used to indicate whether the control can respond to the {% endtabs %} -![](Customization_images/Customization_img4.png) +![enable/disable the control in ASP.NET Drop Down List.](Customization_images/Customization_img4.png) ## Applying HTML Attributes @@ -173,4 +173,4 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes {% endtabs %} -![](Customization_images/Customization_img5.png) \ No newline at end of file +![applying html attributes in ASP.NET Core.](Customization_images/Customization_img5.png) \ No newline at end of file diff --git a/aspnet-core/SpellCheck/Functionalities.md b/aspnet-core/SpellCheck/Functionalities.md index 8af1f015..c705a5a4 100644 --- a/aspnet-core/SpellCheck/Functionalities.md +++ b/aspnet-core/SpellCheck/Functionalities.md @@ -249,7 +249,7 @@ The following code example describes the above behavior. The following screenshot displays the output for the above code -![](ValidateOnType_Images/validateontype.png) +![checking content on typing in ASP.NET Core Spellcheck.](ValidateOnType_Images/validateontype.png) ## Suggestion Words diff --git a/aspnet-core/TreeView/Full-Row-Selection.md b/aspnet-core/TreeView/Full-Row-Selection.md index f54fdc24..97579901 100644 --- a/aspnet-core/TreeView/Full-Row-Selection.md +++ b/aspnet-core/TreeView/Full-Row-Selection.md @@ -75,7 +75,7 @@ In the view page, add the following code and map the properties defined to the c {% endhighlight %} By running the previous code, you will get the output like the following: -![](Fullrowselection_images/selection1.png) +![full row selection in ASP.NET Tree view.](Fullrowselection_images/selection1.png) ## Customization @@ -189,4 +189,4 @@ In the view page, add the following code and map the properties defined to the c {% endhighlight %} By running the above code, you will get the output like the following: -![](Fullrowselection_images/custom.png) \ No newline at end of file +![customize in ASP>NET COre Tree View.](Fullrowselection_images/custom.png) \ No newline at end of file