WYSIWYG editing Image gallery upload Content templates
Paste Cleanup

Compare Auto and Text paste modes side by side. Paste the same content into both editors to see how each mode handles formatting differently.

Auto Mode

Text Mode

<!-- Auto Mode -->
<richtextbox toolbar="default" height="250px"
    paste-mode="Auto"
    html="..." />

<!-- Text Mode -->
<richtextbox toolbar="default" height="250px"
    paste-mode="Text"
    html="..." />