Example of Online Html Editor in ASP.NET MVC Rich Text Editor Control
This sample demonstrates an HTML content LIVE editing scenario using ASP.NET MVC Rich Text Editor.
HTML SOURCE
AخA
1
<h3>Welcome to the HTML real-time live editor!</h3><p>Create and edit the valid HTML code simply! You don't worry about the HTML syntax to format your text content. The WYSIWYG editor (left side view) provided the toolbar to make format text and insert images, tables, and more options.</p><h4>Don't worry about syntax</h4><p>The content editing works bi-directional, you can write the HTML code on the right-side view (code view), and changes will reflect in the WYSIWYG editor.</p>
This sample Rich Text Editor enabled most of the features to edit the content quickly such as insert image, table, etc... The source code view is formatted using the Code-mirror
plugin.