You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This widget adds a string to your page, taking a microflow as datasource.
4
+
5
+
## Contributing
6
+
For more information on contributing to this repository visit [Contributing to a GitHub repository] (https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)
7
+
8
+
## Typical usage scenario
9
+
Display a string, composed on the fly by a microflow, in a dataview. Use this widget instead of creating an attribute solely for display purposes. Now an additional attribute to store the string has become superfluous!
10
+
11
+
## Installation
12
+
13
+
Import the widget to your project and add the Format String to a dataview on a page. Configure the properties to determine how the widget will behave in your application.
14
+
15
+
## Properties
16
+
17
+
**Render as HTML* - Determines if HTML elements in the generated string are escaped.
18
+
**Source microflow* - A microflow generating the string to display.
0 commit comments