API Basics
The editor exposes client-side methods for reading and updating content.
Common actions
var editor1 = new RichTextEditor("#div_editor1");
editor1.setHTMLCode("<p>Hello world</p>");
var html = editor1.getHTMLCode();
Use the demos section to test toolbar customization, multiple instances, localization, uploads, and plugin behavior.