This sample demonstrates the default rendering of the Rich Text Editor in iframe mode
.
The Rich Text Editor, a WYSIWYG (what you see is what you get) editor, is a user interface that allows you to create, edit, and format rich text content. You can try out a demo of this editor here.
Easily access Audio, Image, Link, Video, and Table operations through the quick toolbar by right-clicking on the corresponding element with your mouse.
A table can be created in the editor using either a keyboard shortcut or the toolbar. With the quick toolbar, you can perform table cell insert, delete, split, and merge operations. You can style the table cells using background colours and borders.
S No
|
Name
|
Age
|
Gender
|
Occupation
|
Mode of Transport |
---|---|---|---|---|---|
1 | Selma Rose | 30 | Female | Engineer
|
🚴 |
2 | Robert
|
28 | Male | Graphic Designer | 🚗 |
3 | William
|
35 | Male | Teacher | 🚗 |
4 | Laura Grace
|
42 | Female | Doctor | 🚌 |
5 | Andrew James
|
45 | Male | Lawyer | 🚕 |
Images can be added to the editor by pasting or dragging into the editing area, using the toolbar to insert one as a URL, or uploading directly from the File Browser. Easily manage your images on the server by configuring the insertImageSettings to upload, save, or remove them.
The Editor can integrate with the Syncfusion ® Image Editor to crop, rotate, annotate, and apply filters to images. Check out the demos here .
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, Table, FileManager, Audio, Video, EmojiPicker, PasteCleanup).