Skip to content

Commit b452f13

Browse files
933810: Updated Review changes
1 parent 90f867b commit b452f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/document-editor/track-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example demonstrates how to enable track changes.
3737
{% endhighlight %}{% endtabs %}
3838
{% endif %}
3939

40-
>Track changes are document level settings. When opening a document, if the document does not have track changes enabled, then enableTrackChanges will be disabled even if we set enableTrackChanges={true} in the initial rendering. If you want to enable track changes for all the documents, then we recommend enabling track changes during the document change event. The following example demonstrates how to enable Track changes for the all the Document while Opening.
40+
>Track changes are document level settings. When opening a document, if the document does not have track changes enabled, then enableTrackChanges will be disabled even if we set enableTrackChanges = true in the initial rendering. If you want to enable track changes for all the documents, then we recommend enabling track changes during the document change event. The following example demonstrates how to enable Track changes for the all the Document while Opening.
4141
4242
{% if page.publishingplatform == "aspnet-core" %}
4343

@@ -194,4 +194,4 @@ Tracked changes only protection can be enabled in UI by using [Restrict Editing
194194

195195
![Enable track changes only protection](images/tracked-changes.png)
196196

197-
N> In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly |RevisionsOnly`. In stop protection method, parameter denotes the password.
197+
N> In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly |RevisionsOnly`. In stop protection method, parameter denotes the password.

0 commit comments

Comments
 (0)