-
Notifications
You must be signed in to change notification settings - Fork 4
SEO-204825-Image-Alt-Missing-ASP.NET-MVC-Hotfix #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NatAsha163
wants to merge
5
commits into
syncfusion-content:hotfix/hotfix-v30.1.37
Choose a base branch
from
NatAsha163:SEO-204825-image-alt-tag-missing
base: hotfix/hotfix-v30.1.37
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -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 | ||
{:.caption} | ||
|
||
 | ||
 | ||
|
||
MaskEditTextBox after changing the value and after page refresh | ||
{:.caption} | ||
|
@@ -56,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 | ||
{:.caption} | ||
|
||
 | ||
 | ||
|
||
Textboxes with enabled as false | ||
{:.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 | ||
{:.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. | ||
|
||
|
||
 | ||
 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. commented There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changed it mam. |
||
|
||
MaskEditTextBox with value | ||
{:.caption} | ||
|
@@ -131,7 +130,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex | |
|
||
|
||
|
||
 | ||
 | ||
|
||
MaskEditTextBox with readOnly | ||
{:.caption} | ||
|
@@ -158,13 +157,13 @@ Output for MaskEditTextBox when ShowError is “true” is as follows. | |
|
||
|
||
|
||
 | ||
 | ||
|
||
Textbox with showError | ||
{:.caption} | ||
|
||
|
||
 | ||
 | ||
|
||
Textbox without error | ||
{:.caption} | ||
|
@@ -209,34 +208,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();} | |
|
||
The output for MaskEditTextBox with its properties is as follows. | ||
|
||
 | ||
 | ||
|
||
MaskEdit with MaskFormat | ||
{:.caption} | ||
|
||
|
||
 | ||
 | ||
|
||
MaskEdit with HidePromptOnLeave | ||
{:.caption} | ||
|
||
|
||
|
||
 | ||
 | ||
|
||
MaskEdit with prompt focus | ||
{:.caption} | ||
|
||
|
||
|
||
 | ||
 | ||
|
||
MaskEdit with InputMode text | ||
{:.caption} | ||
|
||
|
||
|
||
 | ||
 | ||
|
||
MaskEdit with CustomCharacter | ||
{:.caption} | ||
|
@@ -316,7 +315,7 @@ The output for MaskEditTextBox after applying CssClass is as follows. | |
|
||
|
||
|
||
 | ||
 | ||
|
||
Textboxes with cssClass | ||
{:.caption} | ||
|
@@ -339,7 +338,7 @@ In the View page add MaskEditTextBox helper, and configure the ShowRoundedCorner | |
|
||
Output of MaskEditTextBox when ShowRoundedCorner is “true”. | ||
|
||
 | ||
 | ||
|
||
Textboxes with showRoundedCorner | ||
{:.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 | ||
{:.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 | ||
{:.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 | ||
{:.caption} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recheck the control name and check the casing for all places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change it mam.