Example of Default Functionalities in Javascript Rich Text Editor Control

/
/
Default Functionalities

This sample demonstrates the default rendering of the Rich Text Editor with minimum configuration.

More Details...

The Rich Text Editor component is a WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content. Users can format their content using standard toolbar commands.

Key features:

  • Provides <IFRAME> and <DIV> modes

  • Capable of handling markdown editing.

  • Contains a modular library to load the necessary functionality on demand.

  • Provides a fully customizable toolbar.

  • Provides HTML view to edit the source directly for developers.

  • Supports third-party library integration.

  • Allows a preview of modified content before saving it.

  • Handles images, hyperlinks, video, hyperlinks, uploads, etc.

  • Contains undo/redo manager.

  • Creates bulleted and numbered lists.

Description

The Rich Text Editor is WYSIWYG ("what you see is what you get") editor that is used to create and edit content, and return valid HTML markup. The editor provides a standard toolbar to format content using its commands. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo the operation, HTML view, and more. 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).