Display HTML content in a read-only editor. Users can view and select text but cannot modify the content. Ideal for previewing submitted content.
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="..." />