Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1014 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1014 Bytes

CustomString

This widget adds a string to your page, taking a microflow as datasource.

Contributing

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)

Typical usage scenario

Display a string, composed on the fly by a microflow. Choose whether you want to place the widget in a dataview or not (CustomString (No Context)) Use this widget instead of creating an attribute solely for display purposes. Now an additional attribute to store the string has become superfluous!

Installation

Import the widget to your project. Add either the Custom String or the Custom String (No Context) to a page. Configure the properties to determine how the widget will behave in your application.

Properties

  • Render as HTML - Determines if HTML elements in the generated string are escaped.
  • Source microflow - A microflow generating the string to display.