Dynamic Style

Content Type: Widget
Categories: User Interface

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

  1. Module provides possibility to add dynamic style to content
  2. You can use Entity’s attribute to specify various styles
  3. 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

Releases

Version: 1.0.0
Framework Version: 9.12.1
Release Notes: 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.