You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/document-editor/track-changes.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,31 @@ The following example demonstrates how to enable track changes.
35
35
{% endhighlight %}{% endtabs %}
36
36
{% endif %}
37
37
38
+
## Show/Hide Revisions Pane
39
+
40
+
The Show/Hide Revisions Pane feature in the Document Editor allows users to toggle the visibility of the revisions pane, providing flexibility in managing tracked changes within the document.
41
+
42
+
The following example code illustrates how to show/hide the revisions pane.
43
+
44
+
{% if page.publishingplatform == "aspnet-core" %}
45
+
46
+
{% tabs %}
47
+
{% highlight cshtml tabtitle="CSHTML" %}
48
+
{% include code-snippet/document-editor-container/toggle-track-pane/tagHelper %}
0 commit comments