From de679b769154d352495c2743295f0f139445c475 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Fri, 11 Jul 2025 12:40:49 +0530 Subject: [PATCH 1/5] image alt tag missing --- aspnetmvc/MaskEdit/Behavior-Settings.md | 40 ++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/aspnetmvc/MaskEdit/Behavior-Settings.md b/aspnetmvc/MaskEdit/Behavior-Settings.md index ccae599d..97fc3026 100644 --- a/aspnetmvc/MaskEdit/Behavior-Settings.md +++ b/aspnetmvc/MaskEdit/Behavior-Settings.md @@ -1,7 +1,7 @@ --- layout: post title: Behavior Settings | MaskEdit | ASP.NET MVC | Syncfusion -description: behavior settings +description: Check out and learn here all about behavior settings for ASP.NET MVC MaskEdit in Syncfusion and much more details. platform: ejmvc control: MaskEdit documentation: ug @@ -28,12 +28,12 @@ Output of MaskEditTextBox with EnablePersistence is as follows. -![](Behavior-Settings_images/Behavior-Settings_img1.png) +![MaskEditTextBox at initial load in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) MaskEditTextBox at initial load {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img2.png) +![MaskEditTextBox after changing the value and after page refresh in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) MaskEditTextBox after changing the value and after page refresh {:.caption} @@ -56,12 +56,12 @@ In the View page add MaskEditTextBox helper, and configure the Enabled property. Output when Enabled is “true” and when Enabled is “false”. -![](Behavior-Settings_images/Behavior-Settings_img3.png) +![Textboxes with enabled as true in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png) Textboxes with enabled as true {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img4.png) +![Textboxes with enabled as false in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png) Textboxes with enabled as false {:.caption} @@ -82,7 +82,7 @@ MaskEditTextBox size can be modified by using the Height and Width properties. Output of MaskEditTextBox after setting “Height” and “Width” is as follows. -![](Behavior-Settings_images/Behavior-Settings_img5.png) +![MaskEditTextBox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png) MaskEditTextBox with height and width {:.caption} @@ -108,7 +108,7 @@ In the View page add MaskEditTextBox helper, and configure the Value property Output of MaskEditTextBox with the value property is as follows. -![](Behavior-Settings_images/Behavior-Settings_img6.png) +![MaskEditTextBox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) MaskEditTextBox with value {:.caption} @@ -131,7 +131,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex -![](Behavior-Settings_images/Behavior-Settings_img7.png) +![MaskEditTextBox with readOnly.](Behavior-Settings_images/Behavior-Settings_img7.png) MaskEditTextBox with readOnly {:.caption} @@ -158,13 +158,13 @@ Output for MaskEditTextBox when ShowError is “true” is as follows. -![](Behavior-Settings_images/Behavior-Settings_img8.png) +![Textbox with showError in Error Visibility.](Behavior-Settings_images/Behavior-Settings_img8.png) Textbox with showError {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img9.png) +![Textbox without error in Error Visibility.](Behavior-Settings_images/Behavior-Settings_img9.png) Textbox without error {:.caption} @@ -209,34 +209,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();} The output for MaskEditTextBox with its properties is as follows. -![](Behavior-Settings_images/Behavior-Settings_img10.png) +![MaskEdit with MaskFormat in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img10.png) MaskEdit with MaskFormat {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img11.png) +![MaskEdit with HidePromptOnLeave in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img11.png) MaskEdit with HidePromptOnLeave {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img12.png) +![MaskEdit with prompt focus in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img12.png) MaskEdit with prompt focus {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img13.png) +![MaskEdit with InputMode text in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img13.png) MaskEdit with InputMode text {:.caption} -![](Behavior-Settings_images/Behavior-Settings_img14.png) +![MaskEdit with CustomCharacter in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img14.png) MaskEdit with CustomCharacter {:.caption} @@ -316,7 +316,7 @@ The output for MaskEditTextBox after applying CssClass is as follows. -![](Behavior-Settings_images/Behavior-Settings_img15.png) +![Textboxes with cssClass in Appearance.](Behavior-Settings_images/Behavior-Settings_img15.png) Textboxes with cssClass {:.caption} @@ -339,7 +339,7 @@ In the View page add MaskEditTextBox helper, and configure the ShowRoundedCorner Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![](Behavior-Settings_images/Behavior-Settings_img16.png) +![Textboxes with showRoundedCorner in Appearance.](Behavior-Settings_images/Behavior-Settings_img16.png) Textboxes with showRoundedCorner {:.caption} @@ -360,7 +360,7 @@ In the View page use the corresponding Textbox helper for rendering Textbox cont Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![](Behavior-Settings_images/Behavior-Settings_img17.png) +![MaskEditTextBox with watermark text in Appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) MaskEditTextBox with watermark text {:.caption} @@ -383,7 +383,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co The output for Textboxes when TextAlign is set to “right”. -![](Behavior-Settings_images/Behavior-Settings_img18.png) +![MaskEditTextBox with textAlign in Appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) MaskEditTextBox with textAlign {:.caption} @@ -443,7 +443,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component The output for MaskEditTextBox after configuring the HtmlAttributes property -![](Behavior-Settings_images/Behavior-Settings_img19.png) +![MaskEditTextBox with focus in Appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) MaskEditTextBox with focus {:.caption} From d8922d46473d36bd03341a03c07531b340a709f4 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 14:16:20 +0530 Subject: [PATCH 2/5] Update Behavior-Settings.md --- aspnetmvc/MaskEdit/Behavior-Settings.md | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/aspnetmvc/MaskEdit/Behavior-Settings.md b/aspnetmvc/MaskEdit/Behavior-Settings.md index 97fc3026..d832efd2 100644 --- a/aspnetmvc/MaskEdit/Behavior-Settings.md +++ b/aspnetmvc/MaskEdit/Behavior-Settings.md @@ -28,12 +28,12 @@ Output of MaskEditTextBox with EnablePersistence is as follows. -![MaskEditTextBox at initial load in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) +![MaskEditTextBox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) MaskEditTextBox at initial load {:.caption} -![MaskEditTextBox after changing the value and after page refresh in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) +![MaskEditTextBox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) MaskEditTextBox after changing the value and after page refresh {:.caption} @@ -56,12 +56,12 @@ In the View page add MaskEditTextBox helper, and configure the Enabled property. Output when Enabled is “true” and when Enabled is “false”. -![Textboxes with enabled as true in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png) +![textboxes with enabled as true in behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png) Textboxes with enabled as true {:.caption} -![Textboxes with enabled as false in Behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png) +![textboxes with enabled as false in behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png) Textboxes with enabled as false {:.caption} @@ -131,7 +131,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex -![MaskEditTextBox with readOnly.](Behavior-Settings_images/Behavior-Settings_img7.png) +![MaskEditTextBox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png) MaskEditTextBox with readOnly {:.caption} @@ -158,13 +158,13 @@ Output for MaskEditTextBox when ShowError is “true” is as follows. -![Textbox with showError in Error Visibility.](Behavior-Settings_images/Behavior-Settings_img8.png) +![textbox with showerror in error visibility.](Behavior-Settings_images/Behavior-Settings_img8.png) Textbox with showError {:.caption} -![Textbox without error in Error Visibility.](Behavior-Settings_images/Behavior-Settings_img9.png) +![textbox without error in error visibility.](Behavior-Settings_images/Behavior-Settings_img9.png) Textbox without error {:.caption} @@ -209,34 +209,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();} The output for MaskEditTextBox with its properties is as follows. -![MaskEdit with MaskFormat in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img10.png) +![MaskEdit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png) MaskEdit with MaskFormat {:.caption} -![MaskEdit with HidePromptOnLeave in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img11.png) +![MaskEdit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png) MaskEdit with HidePromptOnLeave {:.caption} -![MaskEdit with prompt focus in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img12.png) +![MaskEdit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png) MaskEdit with prompt focus {:.caption} -![MaskEdit with InputMode text in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img13.png) +![MaskEdit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png) MaskEdit with InputMode text {:.caption} -![MaskEdit with CustomCharacter in Mask Edit Properties.](Behavior-Settings_images/Behavior-Settings_img14.png) +![MaskEdit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) MaskEdit with CustomCharacter {:.caption} @@ -316,7 +316,7 @@ The output for MaskEditTextBox after applying CssClass is as follows. -![Textboxes with cssClass in Appearance.](Behavior-Settings_images/Behavior-Settings_img15.png) +![Textboxes with css class in appearance.](Behavior-Settings_images/Behavior-Settings_img15.png) Textboxes with cssClass {:.caption} @@ -339,7 +339,7 @@ In the View page add MaskEditTextBox helper, and configure the ShowRoundedCorner Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![Textboxes with showRoundedCorner in Appearance.](Behavior-Settings_images/Behavior-Settings_img16.png) +![Textboxes with show rounded corner.](Behavior-Settings_images/Behavior-Settings_img16.png) Textboxes with showRoundedCorner {:.caption} @@ -360,7 +360,7 @@ In the View page use the corresponding Textbox helper for rendering Textbox cont Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![MaskEditTextBox with watermark text in Appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) +![MaskEditTextBox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) MaskEditTextBox with watermark text {:.caption} @@ -383,7 +383,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co The output for Textboxes when TextAlign is set to “right”. -![MaskEditTextBox with textAlign in Appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) +![MaskEditTextBox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) MaskEditTextBox with textAlign {:.caption} @@ -443,7 +443,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component The output for MaskEditTextBox after configuring the HtmlAttributes property -![MaskEditTextBox with focus in Appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) +![MaskEditTextBox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) MaskEditTextBox with focus {:.caption} From f7a25f8648c3cd8ce00019eace0a2bad46e9b69f Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 15:56:56 +0530 Subject: [PATCH 3/5] Update Behavior-Settings.md --- aspnetmvc/MaskEdit/Behavior-Settings.md | 27 ++++++++++++------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/aspnetmvc/MaskEdit/Behavior-Settings.md b/aspnetmvc/MaskEdit/Behavior-Settings.md index d832efd2..d4d3d794 100644 --- a/aspnetmvc/MaskEdit/Behavior-Settings.md +++ b/aspnetmvc/MaskEdit/Behavior-Settings.md @@ -27,13 +27,12 @@ In the View page add MaskEditTextBox helper, and configure the EnablePersistence Output of MaskEditTextBox with EnablePersistence is as follows. - -![MaskEditTextBox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) +![ASP.NET MVC MaskEditTextBox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) MaskEditTextBox at initial load {:.caption} -![MaskEditTextBox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) +![ASP.NET MVC MaskEditTextBox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) MaskEditTextBox after changing the value and after page refresh {:.caption} @@ -82,7 +81,7 @@ MaskEditTextBox size can be modified by using the Height and Width properties. Output of MaskEditTextBox after setting “Height” and “Width” is as follows. -![MaskEditTextBox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png) +![ASP.NET MVC MaskEditTextBox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png) MaskEditTextBox with height and width {:.caption} @@ -108,7 +107,7 @@ In the View page add MaskEditTextBox helper, and configure the Value property Output of MaskEditTextBox with the value property is as follows. -![MaskEditTextBox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) +![ASP.NET MVC MaskEditTextBox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) MaskEditTextBox with value {:.caption} @@ -131,7 +130,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex -![MaskEditTextBox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png) +![ASP.NET MVC MaskEditTextBox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png) MaskEditTextBox with readOnly {:.caption} @@ -209,34 +208,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();} The output for MaskEditTextBox with its properties is as follows. -![MaskEdit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png) +![ASP.NET MVC MaskEdit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png) MaskEdit with MaskFormat {:.caption} -![MaskEdit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png) +![ASP.NET MVC MaskEdit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png) MaskEdit with HidePromptOnLeave {:.caption} -![MaskEdit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png) +![ASP.NET MVC MaskEdit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png) MaskEdit with prompt focus {:.caption} -![MaskEdit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png) +![ASP.NET MVC MaskEdit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png) MaskEdit with InputMode text {:.caption} -![MaskEdit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) +![ASP.NET MVC MaskEdit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) MaskEdit with CustomCharacter {:.caption} @@ -360,7 +359,7 @@ In the View page use the corresponding Textbox helper for rendering Textbox cont Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![MaskEditTextBox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) +![ASP.NET MVC MaskEditTextBox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) MaskEditTextBox with watermark text {:.caption} @@ -383,7 +382,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co The output for Textboxes when TextAlign is set to “right”. -![MaskEditTextBox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) +![ASP.NET MVC MaskEditTextBox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) MaskEditTextBox with textAlign {:.caption} @@ -443,7 +442,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component The output for MaskEditTextBox after configuring the HtmlAttributes property -![MaskEditTextBox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) +![ASP.NET MVC MaskEditTextBox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) MaskEditTextBox with focus {:.caption} From 64c6d179d9b4dac8795b4aaa9a58efde76b4fdb8 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 17:05:47 +0530 Subject: [PATCH 4/5] Update Behavior-Settings.md --- aspnetmvc/MaskEdit/Behavior-Settings.md | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/aspnetmvc/MaskEdit/Behavior-Settings.md b/aspnetmvc/MaskEdit/Behavior-Settings.md index d4d3d794..fd04af17 100644 --- a/aspnetmvc/MaskEdit/Behavior-Settings.md +++ b/aspnetmvc/MaskEdit/Behavior-Settings.md @@ -27,12 +27,12 @@ In the View page add MaskEditTextBox helper, and configure the EnablePersistence Output of MaskEditTextBox with EnablePersistence is as follows. -![ASP.NET MVC MaskEditTextBox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) +![ASP.NET MVC Maskedit textbox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png) MaskEditTextBox at initial load {:.caption} -![ASP.NET MVC MaskEditTextBox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) +![ASP.NET MVC Maskedit textbox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png) MaskEditTextBox after changing the value and after page refresh {:.caption} @@ -55,12 +55,12 @@ In the View page add MaskEditTextBox helper, and configure the Enabled property. Output when Enabled is “true” and when Enabled is “false”. -![textboxes with enabled as true in behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png) +![ASP.NET MVC Maskedit textboxes with enabled as true in behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png) Textboxes with enabled as true {:.caption} -![textboxes with enabled as false in behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png) +![ASP.NET MVC Maskedit textbox with enabled as false in behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png) Textboxes with enabled as false {:.caption} @@ -81,7 +81,7 @@ MaskEditTextBox size can be modified by using the Height and Width properties. Output of MaskEditTextBox after setting “Height” and “Width” is as follows. -![ASP.NET MVC MaskEditTextBox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png) +![ASP.NET MVC Maskedit textbox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png) MaskEditTextBox with height and width {:.caption} @@ -107,7 +107,7 @@ In the View page add MaskEditTextBox helper, and configure the Value property Output of MaskEditTextBox with the value property is as follows. -![ASP.NET MVC MaskEditTextBox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) +![ASP.NET MVC Maskedit textbox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) MaskEditTextBox with value {:.caption} @@ -130,7 +130,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex -![ASP.NET MVC MaskEditTextBox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png) +![ASP.NET MVC MaskEdit textbox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png) MaskEditTextBox with readOnly {:.caption} @@ -157,13 +157,13 @@ Output for MaskEditTextBox when ShowError is “true” is as follows. -![textbox with showerror in error visibility.](Behavior-Settings_images/Behavior-Settings_img8.png) +![ASP.NET MVC Maskedit textbox with showerror in error visibility.](Behavior-Settings_images/Behavior-Settings_img8.png) Textbox with showError {:.caption} -![textbox without error in error visibility.](Behavior-Settings_images/Behavior-Settings_img9.png) +![ASP.NET MVC Maskedit textbox without error in error visibility.](Behavior-Settings_images/Behavior-Settings_img9.png) Textbox without error {:.caption} @@ -208,34 +208,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();} The output for MaskEditTextBox with its properties is as follows. -![ASP.NET MVC MaskEdit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png) +![ASP.NET MVC Maskedit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png) MaskEdit with MaskFormat {:.caption} -![ASP.NET MVC MaskEdit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png) +![ASP.NET MVC Maskedit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png) MaskEdit with HidePromptOnLeave {:.caption} -![ASP.NET MVC MaskEdit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png) +![ASP.NET MVC Maskedit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png) MaskEdit with prompt focus {:.caption} -![ASP.NET MVC MaskEdit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png) +![ASP.NET MVC Maskedit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png) MaskEdit with InputMode text {:.caption} -![ASP.NET MVC MaskEdit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) +![ASP.NET MVC Maskedit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) MaskEdit with CustomCharacter {:.caption} @@ -315,7 +315,7 @@ The output for MaskEditTextBox after applying CssClass is as follows. -![Textboxes with css class in appearance.](Behavior-Settings_images/Behavior-Settings_img15.png) +![ASP.NET MVC Maskedit textbox with css class in appearance.](Behavior-Settings_images/Behavior-Settings_img15.png) Textboxes with cssClass {:.caption} @@ -338,7 +338,7 @@ In the View page add MaskEditTextBox helper, and configure the ShowRoundedCorner Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![Textboxes with show rounded corner.](Behavior-Settings_images/Behavior-Settings_img16.png) +![ASP.NET MVC Maskedit textbox with show rounded corner.](Behavior-Settings_images/Behavior-Settings_img16.png) Textboxes with showRoundedCorner {:.caption} @@ -359,7 +359,7 @@ In the View page use the corresponding Textbox helper for rendering Textbox cont Output of MaskEditTextBox when ShowRoundedCorner is “true”. -![ASP.NET MVC MaskEditTextBox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) +![ASP.NET MVC Maskedit textbox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png) MaskEditTextBox with watermark text {:.caption} @@ -382,7 +382,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co The output for Textboxes when TextAlign is set to “right”. -![ASP.NET MVC MaskEditTextBox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) +![ASP.NET MVC Maskedit textbox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) MaskEditTextBox with textAlign {:.caption} @@ -442,7 +442,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component The output for MaskEditTextBox after configuring the HtmlAttributes property -![ASP.NET MVC MaskEditTextBox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) +![ASP.NET MVC Maskedit textbox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png) MaskEditTextBox with focus {:.caption} From 5533d252353c5f9ebd9639fb8c6051ddb2157683 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 17:32:17 +0530 Subject: [PATCH 5/5] Update Behavior-Settings.md --- aspnetmvc/MaskEdit/Behavior-Settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetmvc/MaskEdit/Behavior-Settings.md b/aspnetmvc/MaskEdit/Behavior-Settings.md index fd04af17..a0926c20 100644 --- a/aspnetmvc/MaskEdit/Behavior-Settings.md +++ b/aspnetmvc/MaskEdit/Behavior-Settings.md @@ -107,7 +107,7 @@ In the View page add MaskEditTextBox helper, and configure the Value property Output of MaskEditTextBox with the value property is as follows. -![ASP.NET MVC Maskedit textbox with value in Define Value.](Behavior-Settings_images/Behavior-Settings_img6.png) +![ASP.NET MVC Maskedit textbox with value in define value.](Behavior-Settings_images/Behavior-Settings_img6.png) MaskEditTextBox with value {:.caption} @@ -235,7 +235,7 @@ MaskEdit with InputMode text -![ASP.NET MVC Maskedit with ustom ccharacter.](Behavior-Settings_images/Behavior-Settings_img14.png) +![ASP.NET MVC Maskedit with custom character.](Behavior-Settings_images/Behavior-Settings_img14.png) MaskEdit with CustomCharacter {:.caption} @@ -382,7 +382,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co The output for Textboxes when TextAlign is set to “right”. -![ASP.NET MVC Maskedit textbox with textAlign in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) +![ASP.NET MVC Maskedit textbox with text align in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png) MaskEditTextBox with textAlign {:.caption}