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.
Views
Replies
Total Likes
I believe if you use Shift + Enter you'll get a line break, rather than just Enter in which you'll get a paragraph.
Views
Replies
Total Likes
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
<p>X</p>
<p>Y</p>
Views
Replies
Total Likes
I believe if you use Shift + Enter you'll get a line break, rather than just Enter in which you'll get a paragraph.
Views
Replies
Total Likes