Show Constant as a label

0
Please help me to display constant on the page like a label? Is there any solution for this? I tried to use MicroflowLabel addon, which is perfectly fit requirements, but it gives me error ‘No constructor found for widget MicroflowLabel.widget.MicroflowLabel’.
asked
4 answers
2

Try to use CustomString widget and then create a Source microflow. Add Create variable activity and pass the constant and return the created variable . And you can add some HTML for custom visualisation options.

 

https://appstore.home.mendix.com/link/app/1426/

answered
0

You can use HTML/JavaScript Snippet widget

answered
0

Since 8.2, you can expose a constant to the UI, and use it in string templates. So, the standard Text widget can show a constant now. Just use it in a parameter.

answered
0

Hi Eric,

I tried to use a standard text widget as you described, but I can't give a constant as parameter.I can only give an attribute as a parameter? (see screenshot below)

answered