Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
<(G)>
14
Views
2
Comments
Changing Web Block's CSS programmatically to Input Paramters
Question
CSS
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;" ?
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;"
<(G)>
Thanks Tiago.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...