From dc22909d14a73f916248b9af678d2f6847989c17 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:41:07 +0300 Subject: [PATCH 1/4] Image Alt Fixed --- aspnet-core/Autocomplete/Validation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet-core/Autocomplete/Validation.md b/aspnet-core/Autocomplete/Validation.md index 06de308b..ea3e63f1 100644 --- a/aspnet-core/Autocomplete/Validation.md +++ b/aspnet-core/Autocomplete/Validation.md @@ -1,13 +1,13 @@ --- layout: post title: Validation | AutoComplete | ASP.NET Core | Syncfusion -description: validation +description: Learn here all about validation with Syncfusion support aspnet core autocomplete control, its elements and more. platform: aspnet-core control: AutoComplete documentation: ug --- -## Validation +## Validation in aspnet core autocomplete You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete. @@ -120,4 +120,4 @@ namespace SyncfusionASPNETCoreDDL.Models The following output is displayed as a result of the above code example. -![](Validation_images\validation_img1.png) +![Validation messages](Validation_images\validation_img1.png) From 194664f56d0b5244dce14d73e3c5cf6331c054bd Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Tue, 24 May 2022 12:29:31 +0300 Subject: [PATCH 2/4] ASP.NET Core ListBox --- aspnet-core/ListBox/Multiple-Selection.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet-core/ListBox/Multiple-Selection.md b/aspnet-core/ListBox/Multiple-Selection.md index 4e7e0223..36b98d9c 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 about Easy Customization support in Syncfusion 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](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 Multiple Selection](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 Multipole Selection](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 Multiple Selection](Multiple-Selection_images/Multiple-Selection_img4.png) From 9b3249efe28e0352e2305431debae6635e042764 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Tue, 24 May 2022 12:30:42 +0300 Subject: [PATCH 3/4] Revert "Image Alt Fixed" This reverts commit dc22909d14a73f916248b9af678d2f6847989c17. --- aspnet-core/Autocomplete/Validation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet-core/Autocomplete/Validation.md b/aspnet-core/Autocomplete/Validation.md index ea3e63f1..06de308b 100644 --- a/aspnet-core/Autocomplete/Validation.md +++ b/aspnet-core/Autocomplete/Validation.md @@ -1,13 +1,13 @@ --- layout: post title: Validation | AutoComplete | ASP.NET Core | Syncfusion -description: Learn here all about validation with Syncfusion support aspnet core autocomplete control, its elements and more. +description: validation platform: aspnet-core control: AutoComplete documentation: ug --- -## Validation in aspnet core autocomplete +## Validation You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete. @@ -120,4 +120,4 @@ namespace SyncfusionASPNETCoreDDL.Models The following output is displayed as a result of the above code example. -![Validation messages](Validation_images\validation_img1.png) +![](Validation_images\validation_img1.png) From d4c9a105b1b133ac300c39c43364f8a183101e39 Mon Sep 17 00:00:00 2001 From: Kannan <74587271+kannans24@users.noreply.github.com> Date: Tue, 31 May 2022 11:19:56 +0530 Subject: [PATCH 4/4] Update Jenkinsfile API URL updated. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cdd9ca38..a12727a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ timestamps { checkout scm - def branchCommit = '"' + 'https://api.gitlab.com/repos/syncfusion-content/asp.net-core-docs/pulls/' + env.pullRequestId + '/files' + def branchCommit = '"' + 'https://api.github.com/repos/syncfusion-content/asp.net-core-docs/pulls/' + env.pullRequestId + '/files' String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit def ChangeFiles= branchCommitDetails.split('"filename": ');