From 6247e0e693a5178e8156c9fd96a20afff7c9aa60 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:30:43 +0530 Subject: [PATCH] SEO-2344_Site_Audit_Issues --- aspnet-core/Chart/Annotations.md | 12 ++++++------ aspnet-core/FileExplorer/Behavior-Settings.md | 4 ++-- aspnet-core/FileExplorer/Multiple-Selection.md | 4 ++-- aspnet-core/Grid/Row.md | 12 ++++++------ aspnet-core/ListBox/Multiple-Selection.md | 12 ++++++------ aspnet-core/Spreadsheet/Print.md | 16 ++++++++-------- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/aspnet-core/Chart/Annotations.md b/aspnet-core/Chart/Annotations.md index e553c77d..84b4dfdc 100644 --- a/aspnet-core/Chart/Annotations.md +++ b/aspnet-core/Chart/Annotations.md @@ -1,13 +1,13 @@ --- layout: post -title: Chart Annotations |Chart | ASP.NET Core | Syncfusion +title: Annotations in ASP.NET Core Chart Control | Syncfusion description: How to add annotations in Essential ASP.NET CORE Chart and the different options available to customize its position. platform: aspnet-core control: Chart documentation: ug --- -# Annotations +# Annotations in ASP.NET Core Chart Annotations are used to mark the specific area of interest in the chart with texts, shapes, or images. @@ -28,7 +28,7 @@ You can add annotations to the chart by using the **Annotations** option. By usi {% endhighlight %} -![](Annotations_images/Annotations_img1.png) +![ASP.NET Core Chart Annotations](Annotations_images/Annotations_img1.png) N> Annotations are not supported in 3D chart types. @@ -48,7 +48,7 @@ To rotate the annotation template, use the **Angle** property of the annotations {% endhighlight %} -![](Annotations_images/Annotations_img2.png) +![ASP.NET Core Chart Rotate the annotation template](Annotations_images/Annotations_img2.png) ## Positioning annotation @@ -77,7 +77,7 @@ N> By using the **Region** option, you can specify whether the annotation is pla {% endhighlight %} -![](Annotations_images/Annotations_img3.png) +![ASP.NET Core Chart Positioning annotation](Annotations_images/Annotations_img3.png) ## Annotation alignments @@ -96,4 +96,4 @@ When the **coordinateUnit** is set to pixels or points, you can align the annota {% endhighlight %} -![](Annotations_images/Annotations_img4.png) \ No newline at end of file +![ASP.NET Core Chart Annotation alignments](Annotations_images/Annotations_img4.png) \ No newline at end of file diff --git a/aspnet-core/FileExplorer/Behavior-Settings.md b/aspnet-core/FileExplorer/Behavior-Settings.md index 6cf68834..d6fea029 100644 --- a/aspnet-core/FileExplorer/Behavior-Settings.md +++ b/aspnet-core/FileExplorer/Behavior-Settings.md @@ -1,13 +1,13 @@ --- title: Behavior Settings| FileExplorer | ASP.NET Core | Syncfusion -description: Customize the behavior of FileExplorer +description: Learn here about Customize the behavior settings in Syncfusion Essential ASP.NET Core FileExplorer Control, its elements, and more. platform: Asp.Net Core control: FileExplorer documentation: UG keywords: FileExplorer, Syncfusion, Asp.Core FileExplorer, UG document, Behavior settings --- -# Behavior Settings +# Behavior Settings in ASP.NET Core FileExplorer Here are some properties to customize behavior of the file explorer. diff --git a/aspnet-core/FileExplorer/Multiple-Selection.md b/aspnet-core/FileExplorer/Multiple-Selection.md index b8f28883..1f7d74ea 100644 --- a/aspnet-core/FileExplorer/Multiple-Selection.md +++ b/aspnet-core/FileExplorer/Multiple-Selection.md @@ -1,12 +1,12 @@ --- title: Multiple Selection | FileExplorer | ASP.NET Core | Syncfusion -description: Multi selection support in FileExplorer +description: Learn here about Multiple selection support in Syncfusion ASP.NET Core FileExplorer Control, its elements, and more. platform: Asp.Net Core control: FileExplorer documentation: UG keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Multiple selection --- -# Multiple Selection +# Multiple Selection in ASP.NET Core FileExplorer The file explorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful for copy pasting multiple files, deleting multiple files, and downloading multiple files. In another way, multiple files can be selected by bringing the mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files. diff --git a/aspnet-core/Grid/Row.md b/aspnet-core/Grid/Row.md index d0a0db66..c0df2cc7 100644 --- a/aspnet-core/Grid/Row.md +++ b/aspnet-core/Grid/Row.md @@ -1,12 +1,12 @@ --- layout: post title: Row with Grid widget for Syncfusion Essential ASP.NET Core -description: How to use and customize the grid row +description: How to use and customize the row in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. platform: aspnet-core control: Grid documentation: ug --- -# Row +# Row in ASP.NET Core Grid It represents the record details that are fetched from the datasource. ## Row hover @@ -46,7 +46,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Row_images/Row_img1.png) +![ASP.NET Core Grid Row hover](Row_images/Row_img1.png) ## Details template @@ -123,7 +123,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Row_images/Row_img2.png) +![ASP.NET Core Grid Details template](Row_images/Row_img2.png) ## Row template @@ -216,7 +216,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Row_images/Row_img3.png) +![ASP.NET Core Grid Row template](Row_images/Row_img3.png) ## Alternate row styling @@ -257,4 +257,4 @@ By default, its value is `true`, so the following code example describes the how The following output is displayed as a result of the previous code example. -![](Row_images/Row_img4.png) \ No newline at end of file +![ASP.NET Core Grid Alternate row styling](Row_images/Row_img4.png) \ No newline at end of file diff --git a/aspnet-core/ListBox/Multiple-Selection.md b/aspnet-core/ListBox/Multiple-Selection.md index 4e7e0223..645b09b5 100644 --- a/aspnet-core/ListBox/Multiple-Selection.md +++ b/aspnet-core/ListBox/Multiple-Selection.md @@ -1,13 +1,13 @@ --- layout: post title: Multiple Selection | ListBox | ASP.NET Core | Syncfusion -description: multiple selection +description: Learn here about multiple selection support in Syncfusion Essential ASP.NET Core ListBox Control, its elements, and more. platform: aspnet-core control: ListBox documentation: ug --- -# Multiple Selection +# Multiple Selection in ASP.NET Core ListBox ## Allow multiple selection @@ -42,7 +42,7 @@ The following steps explain you the configuration of the allow-multi-selection f 2. Output for ListBox control that provides multiple selection is as follows. - ![](Multiple-Selection_images/Multiple-Selection_img1.png) + ![ASP.NET Core ListBox Multiple selection through index](Multiple-Selection_images/Multiple-Selection_img1.png) @@ -108,7 +108,7 @@ The following steps explains you the configuration of selected-indices property 2. Output of the above steps. -![](Multiple-Selection_images/Multiple-Selection_img2.png) +![ASP.NET Core ListBox Checkbox Support](Multiple-Selection_images/Multiple-Selection_img2.png) @@ -172,7 +172,7 @@ The following steps explains you the configuration of checkbox options in ListBo -![](Multiple-Selection_images/Multiple-Selection_img3.png) +![ASP.NET Core ListBox Check All](Multiple-Selection_images/Multiple-Selection_img3.png) @@ -233,7 +233,7 @@ The following steps explains you the configuration of checkbox options in ListBo -![](Multiple-Selection_images/Multiple-Selection_img4.png) +![ASP.NET Core ListBox Uncheck All](Multiple-Selection_images/Multiple-Selection_img4.png) diff --git a/aspnet-core/Spreadsheet/Print.md b/aspnet-core/Spreadsheet/Print.md index 0543caea..7d5eb27c 100644 --- a/aspnet-core/Spreadsheet/Print.md +++ b/aspnet-core/Spreadsheet/Print.md @@ -1,13 +1,13 @@ --- layout: post -title: Print with Spreadsheet widget for Syncfusion Essential ASP .NET Core -description: How to use the Spreadsheet Print +title: Print with Spreadsheet widget for Syncfusion Essential ASP.NET Core +description: How to use the Print support in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more. platform: aspnet-core control: Spreadsheet documentation: ug --- -# Print +# Print in ASP.NET Core Spreadsheet This feature is used to produce text and graphics from a computer screen or file into a sheet of paper. You can use `allow-printing` property in `e-print-settings` to enable/disable the print operation. @@ -80,14 +80,14 @@ namespace samplebrowser.Controllers.SpreadsheetASP The following output is displayed as a result of the above code example. -![](Print_images/Print_img1.png) +![ASP.NET Core Spreadsheet print](Print_images/Print_img1.png) -![](Print_images/Print_img2.png) +![ASP.NET Core Spreadsheet Print dialog with entire sheet](Print_images/Print_img2.png) Print dialog with entire sheet in Chrome browser {:.caption} -![](Print_images/Print_img3.png) +![ASP.NET Core Spreadsheet Print dialog with selected area](Print_images/Print_img3.png) Print dialog with selected area print in chrome browser {:.caption} @@ -138,7 +138,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP {% endhighlight %} {% endtabs %} -![](Print_images/Print_img4.png) +![ASP.NET Core Spreadsheet Print dialog without gridlines](Print_images/Print_img4.png) Print dialog without gridlines in chrome browser {:.caption} @@ -189,7 +189,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP {% endhighlight %} {% endtabs %} -![](Print_images/Print_img5.png) +![ASP.NET Core Spreadsheet print dialog](Print_images/Print_img5.png) Print dialog without headings in chrome browser {:.caption}