Skip to content

Commit 99bdc17

Browse files
933810: Resolved Tag issue
1 parent 2c57dcc commit 99bdc17

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The following example demonstrates how to enable track changes.
2424
{% endhighlight %}
2525
{% highlight c# tabtitle="Track-changes-only.cs" %}
2626
{% include code-snippet/document-editor-container/track-changes/document-editor.cs %}
27-
{% endhighlight %}{% endtabs %}
27+
{% endhighlight %}
28+
{% endtabs %}
2829

2930
{% elsif page.publishingplatform == "aspnet-mvc" %}
3031

@@ -34,7 +35,8 @@ The following example demonstrates how to enable track changes.
3435
{% endhighlight %}
3536
{% highlight c# tabtitle="Track-changes-only.cs" %}
3637
{% include code-snippet/document-editor-container/track-changes/document-editor.cs %}
37-
{% endhighlight %}{% endtabs %}
38+
{% endhighlight %}
39+
{% endtabs %}
3840
{% endif %}
3941

4042
>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.
@@ -47,8 +49,8 @@ The following example demonstrates how to enable track changes.
4749
{% endhighlight %}
4850
{% highlight c# tabtitle="Track-changes-default.cs" %}
4951
{% include code-snippet/document-editor-container/track-changes-default/document-editor.cs %}
50-
{% endhighlight %
51-
}{% endtabs %}
52+
{% endhighlight %}
53+
{% endtabs %}
5254

5355
{% elsif page.publishingplatform == "aspnet-mvc" %}
5456

@@ -75,7 +77,8 @@ The following example code illustrates how to show/hide the revisions pane.
7577
{% endhighlight %}
7678
{% highlight c# tabtitle="Track-changes-only.cs" %}
7779
{% include code-snippet/document-editor-container/toggle-track-pane/document-editor.cs %}
78-
{% endhighlight %}{% endtabs %}
80+
{% endhighlight %}
81+
{% endtabs %}
7982

8083
{% elsif page.publishingplatform == "aspnet-mvc" %}
8184

@@ -85,7 +88,8 @@ The following example code illustrates how to show/hide the revisions pane.
8588
{% endhighlight %}
8689
{% highlight c# tabtitle="Track-changes-only.cs" %}
8790
{% include code-snippet/document-editor-container/toggle-track-pane/document-editor.cs %}
88-
{% endhighlight %}{% endtabs %}
91+
{% endhighlight %}
92+
{% endtabs %}
8993
{% endif %}
9094

9195
## Get all tracked revisions
@@ -177,7 +181,8 @@ The following example code illustrates how to enforce and stop protection in Doc
177181
{% endhighlight %}
178182
{% highlight c# tabtitle="Track-changes-only.cs" %}
179183
{% include code-snippet/document-editor-container/track-changes-only-protect/document-editor.cs %}
180-
{% endhighlight %}{% endtabs %}
184+
{% endhighlight %}
185+
{% endtabs %}
181186

182187
{% elsif page.publishingplatform == "aspnet-mvc" %}
183188

@@ -187,7 +192,8 @@ The following example code illustrates how to enforce and stop protection in Doc
187192
{% endhighlight %}
188193
{% highlight c# tabtitle="Track-changes-only.cs" %}
189194
{% include code-snippet/document-editor-container/track-changes-only-protect/document-editor.cs %}
190-
{% endhighlight %}{% endtabs %}
195+
{% endhighlight %}
196+
{% endtabs %}
191197
{% endif %}
192198

193199
Tracked changes only protection can be enabled in UI by using [Restrict Editing pane](../document-editor/document-management#restrict-editing-pane/)

0 commit comments

Comments
 (0)