An open API service indexing awesome lists of open source software.

https://github.com/mendixlabs/customstring

This widget adds a string to your page, taking a microflow as datasource.
https://github.com/mendixlabs/customstring

mendix mendix-widget

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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.