Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi,
I removed the tag P that wraps the rte with the property: removeSingleParagraphContainer="{Boolean}true"
Now it works but if i use a carriage return the text will become
<p>X</p>
<p>Y</p>
How can i make the following result:
X<br>
Y
Thanks
Solved! Go to Solution.
I believe if you use Shift + Enter you'll get a line break, rather than just Enter in which you'll get a paragraph.
View solution in original post
I guess you cannot.
Its the default behavior of RTE, how ever you could do following..
1. Customize RTE.js ( will be time consuming )
2. Write a small js code which will remove p tags from
Views
Likes
Replies