diff --git a/ej2-javascript/document-editor/restrict-editing.md b/ej2-javascript/document-editor/restrict-editing.md index d81a4556f..8afc60ca9 100644 --- a/ej2-javascript/document-editor/restrict-editing.md +++ b/ej2-javascript/document-editor/restrict-editing.md @@ -13,7 +13,7 @@ domainurl: ##DomainURL## Document Editor provides support to restrict editing. When the protected document includes range permission, then unique user or user group only authorized to edit separate text area. -# Set current user +## Set current user You can use the [`currentUser`](../api/document-editor#currentuser) property to authorize the current document user by name, email, or user group name. @@ -23,7 +23,7 @@ The following code shows how to set currentUser documentEditor.currentUser = 'engineer@mycompany.com'; ``` -# Highlighting the text area +## Highlighting the text area You can highlight the editable region of the current user using the [`userColor`](../api/document-editor#usercolor) property. @@ -33,7 +33,7 @@ The following code shows how to set userColor. documentEditor.userColor = '#fff000'; ``` -# Restrict Editing Pane +## Restrict Editing Pane Restrict Editing Pane provides the following options to manage the document: * To apply formatting restrictions to the current document, select the allow formatting check box.