Skip to content
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

How to get and set value for HTML element or Plugin #235

Open
Rajendra1002 opened this issue Dec 3, 2019 · 1 comment
Open

How to get and set value for HTML element or Plugin #235

Rajendra1002 opened this issue Dec 3, 2019 · 1 comment

Comments

@Rajendra1002
Copy link

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; }

@Rajendra1002
Copy link
Author

    [StaticTextBlock(HideLabel = true, IsHtml = true, IsLocalText = false, Text = "<input type='range'  min='1' max='10' class='slider' id='ratingskill'>")]
    public Int16 ratingskill { get; set; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant