Example of Ajax Content in Javascript Rich Text Editor Control

/
/
Ajax Content

This sample demonstrates how to load content to the editor from an external source using Fetch library.

More Details...

Description

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 is loaded into the editor using value property Injecting Module The above features built as modules have to be included in your application. For example, to use image and link, inject the specific module using RichTextEditor.Inject (Toolbar, Link, Image, HtmlEditor, QuickToolbar, PasteCleanup).