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.
- Host: GitHub
- URL: https://github.com/mendixlabs/customstring
- Owner: mendixlabs
- License: apache-2.0
- Created: 2014-10-09T19:57:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T12:13:10.000Z (over 5 years ago)
- Last Synced: 2024-04-13T17:55:34.787Z (about 2 years ago)
- Topics: mendix, mendix-widget
- Language: CSS
- Homepage: https://appstore.home.mendix.com/link/app/1426/Mendix/CustomString
- Size: 3.66 MB
- Stars: 3
- Watchers: 15
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.