Author Topic: Is there a way to get EA to display HTML in notes or a Tagged Value field?  (Read 932 times)

mse

  • EA User
  • **
  • Posts: 303
  • Karma: +1/-0
    • View Profile
Suppose I import some raw text from some .csv file like this:

Code: [Select]
<p>hello <b>world</b></p>
Is there a way to get EA to interpret that as HTML and display it either in the notes field or perhaps in a Tagged Value field? So the end result would be:

hello world

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13240
  • Karma: +554/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
The notes support formatted text.
This uses a markup that is similar to HTML, but much more limited.

Tagged values don't support formatted text.

Geert