Hello, I am currently on version 7.9. In couple of our reports, we ar

Hello,

I am currently on version 7.9. In couple of our reports, we are displaying the job notes entered by Users. Now the context of these notes contain various HTML tags like <A href..>, <br>, <p> <div> , <b> , <I> , <table>, <html> , <head> etc.

AFAIK, when we see the reports in portal, all the HTML tags are rendered correctly. But tempo is having limitation for the HTML tags. So far we are just able to render <p>,<br>,<div> by giving new new line feed and <A href..> using regular expression.

Now I would like to know is there any possibility to render any other HTML tag OR we just need to use striphtml() to remove that tags from text?

Thanks for your consideration in advance!

-Tapan

OriginalPostID-162985

OriginalPostID-162985

  Discussion posts and replies are publicly visible

Parents
  • @tapans As of now, the only way seems to me available is by making use of Rich Text Field Component. For instance, Rich Text Field component can offer you the bold text which is represented by tag in HTML. I am not sure if it helps you, because it has got limitations in terms of performance and place of usage (for instance you may not be able to use it in a paging grid).
Reply
  • @tapans As of now, the only way seems to me available is by making use of Rich Text Field Component. For instance, Rich Text Field component can offer you the bold text which is represented by tag in HTML. I am not sure if it helps you, because it has got limitations in terms of performance and place of usage (for instance you may not be able to use it in a paging grid).
Children
No Data