2.3.10. Dynamic features
Overview
Dynamic features are features that can be turned on and off after the widget is loaded using regular Mendix logic.
For an example see: rollups, critical paths, progess line and parent area
Implementation
These dynamic features can be controlled by an expression. This can be any kind of expression and also something simple like in the example above.
Rollups
Displays a preview of the child tasks of a parent task in the widget.
Critical path
Show the critical path of linked tasks that directly affect the project finish date.
Progress line
Shows a line to indicate the progress of the project
Parent area
Highlights the area encapsulating all child tasks of a parent task in a semi-transparent layer. You can style these layer elements using the b-parent-area
CSS class.