Use either an erp-rich-text-editor or erp-text-area with the Read Only state set.
Bind this to a field in your TransView:
Create an event like this:
You can set the value to any json escaped string (You can use this site to escape it for you Free Online JSON Escape / Unescape Tool - FreeFormatter.com). If you are using the rich text editor, you can give it HTML.
ex
"<p><strong>Dashboard:</strong><br />\r\nInsertTitleHere</p>\r\n\r\n<p><strong><span style=\"font-size:14px\">Notes:</span></strong></p>\r\n\r\n<ul>\r\n\t<li> </li>\r\n</ul>"
Hook it up to your Window_OnLoad event
Voila
Here’s an idea you can vote on. Hopefully this will be easier to do in the future!