Example of Ajax Content in ASP.NET MVC Rich Text Editor Control
This sample demonstrates how to load content to the editor from an external source using Fetch library.
DEMO
SOURCE
The Rich Text Editor allows you to load content from an external source. The sample content is loaded from “Ajax_content.html” file using Fetch library, and when the event is successful the content will be loaded into the editor using value property.