Examples

Read-Only Mode

Rich Text Editor can be configured via readOnly property thats defines whether RichTextEditor should be an active HTML editor, or a read-only document viewer.

Demo Code:

<RTE:Editor runat="server" ContentCss="example.css" ID="Editor1"  ReadOnly="True"/>