Demonstrates how to save the Rich Text Editor’s content automatically with periodic interval. When you type or edit the content, it will be saved automatically by every 5 seconds.
Experience the power of modern content editing with advanced formatting, media embedding, and many other features. You can explore this demo for yourself.
A quick overview of the essential features of the Rich Text Editor.
Feature
|
Description
|
---|---|
Text Formatting
|
Bold, Italic, Underline, Strikethrough, and more.
|
Lists & Indentation
|
Ordered, unordered, nested lists.
|
Tables
|
Insert and edit tables with styling.
|
Media Embedding
|
Images, videos, and iframes.
|
Mentions
|
Tag users and add comments
|
Insert, resize, align, and manage images seamlessly within the editor.
"Great writing begins with a great editor."
✍️
The Rich Text Editor provides options to save its content automatically using the ‘saveInterval’ property. By default, the save interval time has 10 seconds from built-in support, but it can be customizable as per the application needs. The interval is calculated based on editing the content and does not considered on idle state. We have configured save interval as 5 seconds in this example. You can save the content in server also using this ‘auto save’ option. When you disable this 'Auto Save' option in a sample, the value will be saved on focus-out from the editor. Rich Text Editor content will be automatically saved when you focus out the editor.