WYSIWYG editing Image gallery upload Content templates
Multiple Editor Drafts

Two editors on the same page with independent autosave keys. Each editor maintains its own draft in localStorage.

Editor A

Editor B

<!-- Editor A -->
<richtextbox toolbar="default" height="200px"
    auto-save="true"
    auto-save-key="demo-multi-draft-a"
    auto-save-delay="600"
    html="..." />

<!-- Editor B -->
<richtextbox toolbar="default" height="200px"
    auto-save="true"
    auto-save-key="demo-multi-draft-b"
    auto-save-delay="600"
    html="..." />