From df322f5be5c06271794f4b2a49589e317392c09c Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 12 Apr 2024 15:52:34 +0300 Subject: [PATCH] SEO-181194-Ej2-Javascript-Document-Editor-Restrict-Editing-Site-Audit --- ej2-javascript/document-editor/restrict-editing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.