224
Views
2
Comments
Adding a link to a "message"
Question

Is it possible to display a message with a link in the text? If so, this documentation page linked does not specify. If not, could support be added for this? Seems like a trivial change and a common use case (at least in our UI): "Model created. View it here"

Thank you

2022-06-14 20-58-49
Henrique Mello

i think you dont can use links in feedbacks mesages or something like this.
But you can make it with a expression in any other elemnt of OS

2018-10-29 08-31-03
João Marques
 
MVP

Hi Jeremy,


You can do that by using the FeedbackMessage API.

Instead of using the Message widget, use a JavaScript block and use the showFeedbackMessage action:



You can use HTML to build yourself link and styles. Don't forget to set the third argument, the encodeHTML to false, as per documentation:


Kind Regards,
João

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.