14
Views
2
Comments
Changing Web Block's CSS programmatically to Input Paramters
Question
Is this possible?
And how do I change the CSS of a Web Block so that "Left: 0px;" is set to "Left: @Input Parameter Value@px;" ?

2017-07-05 18-13-21
Tiago Neves
Hi,
If you want to customize the CSS of your elements that way, you can go to Extended Properties and add "style" as property and insert in the value something like: "margin-bottom: " + Parameter + "px;"
UserImage.jpg
<(G)>
Thanks Tiago.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.