This article outlines common methods for working with HTML content using RichTextEditor.
When RichTextEditor is used to replace a <textarea> element within a <form>, RichTextEditor will mimic the behavior of the original <textarea> when the form is submitted. This means that the contents of the editor are simply posted along with the other form elements, using the name attribute of the original <textarea> as the key.
The document content will auto sync to textarea when user changed it .