Document Restrictions

This demo illustrates the level of control the Bootstrap Rich Text Editor provides to you when your business logic requires you to restrict some behavior and formatting options available to end-users within a document. You are able to prevent certain operations (such as open/save or copy/paste) from being performed within a document and to limit document characteristics (such as character or paragraph formatting) that can be changed.

<dx:BootstrapRichEdit runat="server" ActiveTabIndex="0" ShowConfirmOnLosingChanges="false">
    <Settings>
        <DocumentCapabilities Numbering-Bulleted="Disabled" Numbering-MultiLevel="Hidden" Numbering-Simple="Disabled" />
    </Settings>
</dx:BootstrapRichEdit>
Screen Size
Color Themes
Demo QR Code