Controlling result set in Rich Text Editor
I am using an RTE to produce search results (in a repeating grid) and the amount of results I receive are inconsistent. I would like to provide a predetermined amount of text such as 3 lines followed by an elipsis ... for each result set that exceeds 3 lines. Is there a way to do this in an RTE? If so, how?
The data I am recieving from my report definition is formatted with an RTE at the source so I need to use one to display it. If an RTE cannot be used this way, what is a workaround - to use custom HTML/js?