line break in caption

0
I have a button in a page which is displaying a text and an attribute and displaying some data with on-click option. So its ‘Text {1}’ which I’m doing using caption in text widget. What I want is the text to be displayed on top and number below it in the button. How do I do that? and can this be done on the same button if possible?
asked
2 answers
0

I think you are better off using a container with an on-click event for your text and styling it to look like a button.

answered
0

This might help: https://forum.mendix.com/link/questions/85672

Also you will probably get some inspiration by creating a new page and use the template Dashboard → Dashboard Action Tiles:

answered