Example of Auto Save in Javascript Rich Text Editor Control

/
/
Auto Save

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.

More Details...

Welcome to the Rich Text Editor Demo!📝

Experience the power of modern content editing with advanced formatting, media embedding, and many other features. You can explore this demo for yourself.

Explore the Possibilities! 🚀
  • Highly customizable - You can configure the toolbar, enable/disable features, and fine-tune the editing experience to match your needs.
  • Seamless content pasting - Copy and paste from Microsoft Word, Outlook, or other editors or sources while preserving formatting, styles, and structure.
  • Import Word documents - Convert DOCX files into editable HTML content inside the editor using the Import from Word feature.
  • One-click Export - Save your document as PDF 📄 or Word (DOCX) 📝 with just a single click.
  • @Mentions - Type @Albert to see available suggestions and tag users in your content.
  • Image Management - Use the File Manager to browse, upload, and manage images within the editor.


Powerful Features!

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


Effortless Image Handling!

Insert, resize, align, and manage images seamlessly within the editor.

Sky with sun


"Great writing begins with a great editor." ✍️

Auto Save
Auto save
Description

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.