dynamic-css
Reactive icon

Dynamic CSS Classes

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 11 August 2021
 by 
0.0
 (0 ratings)
dynamic-css

Dynamic CSS Classes

Details
Create CSS definitions at runtime.
Read more

Use the CreateCSS client action to dynamically add CSS class definitions at runtime.  Handy for when your use case needs a class defined by some piece of dynamic data such as an Id.

The Action takes two parameters, a selector and a style definition.  

The selector is a standard CSS selector such as ".myclassname" or "#myid"

The style definition is formatted as a standard CSS style definition such as "color:red; background-color: blue; width:100%; display:flex;"

See https://developer.mozilla.org/en-US/docs/Web/CSS for more CSS info.

Release notes (1.0.0)
Reviews (0)
Team
Other assets in this category