WYSIWYG editing Image gallery upload Content templates
Read-Only Mode

Display HTML content in a read-only editor. Users can view and select text but cannot modify the content. Ideal for previewing submitted content.

Note

Read-only mode preserves all formatting and styling. The toolbar is hidden and the content area is not editable.

<richtextbox
    name="readOnlyEditor"
    read-only="true"
    toolbar="full"
    height="300px"
    html="..." />