Dynamic Style
Overview
This module allows applications to specify custom dynamic style.
Applications can specify CSS and it will be applied to the element.
Applications can specify any CSS that Mendix allows in Appearance/Style section, on top of that widget allows dynamic data binding.
Documentation
Description
This module allows applications to specify custom dynamic style.
Applications can specify CSS and it will be applied to the element.
Applications can specify any CSS that Mendix allows in Appearance/Style section, on top of that widget allows dynamic data binding.
Typical usage scenario
You will need this module when you want to dynamically change style of the element with the attribute value as a color, margin sizes, width sizes etc.
Features and limitations
- Module provides possibility to add dynamic style to content
- You can use Entity’s attribute to specify various styles
- You can symultaniously specify classes in Appearance/Common/Class or Appearance/Common/Dynamic Classes
Please note that this widget ignores Appearance/Common/Style as it has it’s own Style expression where you can specify all your styles for that element.
Dependencies
N/A
Installation
- Download module from Marketplace and import it in your project.
- Usage is simple you just need to provide CSS
Known bugs
N/A