Text and url editing

0
Dear mendix Guru,   I'd like to add several URL in text paragraph. Like : Text and some story <href>Aaa </href> string. Another text and story <href>Bbb</href> extra text. What is the best wat to implement it?   Best Regards, Charlie   
asked
3 answers
1

Rather than using the default Text widget, you can use this HTML Snipet widget to do this

 

https://marketplace.mendix.com/link/component/56

answered
0

Thanks for your prompt reply.

The data is stored in database.

Is there a way to combine the messgae in db and HTML widget?

Best Regards 

answered
0

You can build the HTML message in a microflow by creating a String and combining the elements you need before storing it as an attribute in an entity, You can then pass this into a widget like Text Template to render on screen.

https://marketplace.mendix.com/link/component/114696

answered