Hi,
Breakline is missing in richtexteditor, but looks good in textarea.
sample text:
Microsoft
From Wikipedia, the free encyclopedia
Jump to navigationJump to search
Microsoft Corporation
A square divided into four sub-squares, colored red, green, yellow and blue (clockwise), with
the company name appearing to its right.
Microsoft's logo since 2012
Building92microsoft.jpg....
Rictexteditor:
Textarea:
Code:
<html>
<div id="defaultRTE">
<p id="before-edit-OCR-text">@Model.documentText</p>
</div>
<script>
// Initialize Rich Text Editor component
var defaultRTE = new ej.richtexteditor.RichTextEditor({
height: '735px',
toolbarSettings: { enable:false }
});
// Render initialized Rich Text Editor.
defaultRTE.appendTo('#defaultRTE');
</script>
</html>