We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm new in serenity development and facing issue in development..
i was used below html dialog in my project for skill rating... but the issue is i'm not able to get or set his value...
please anyone help to solve issue asap...
[StaticTextBlock(HideLabel = true, IsHtml = true, IsLocalText = false, Text = "")] public Int16 skillRating{ get; set; }
The text was updated successfully, but these errors were encountered:
[StaticTextBlock(HideLabel = true, IsHtml = true, IsLocalText = false, Text = "<input type='range' min='1' max='10' class='slider' id='ratingskill'>")] public Int16 ratingskill { get; set; }
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm new in serenity development and facing issue in development..
i was used below html dialog in my project for skill rating...
but the issue is i'm not able to get or set his value...
please anyone help to solve issue asap...
[StaticTextBlock(HideLabel = true, IsHtml = true, IsLocalText = false, Text = "")]
public Int16 skillRating{ get; set; }
The text was updated successfully, but these errors were encountered: