Skip to content

Commit 55968b3

Browse files
committed
Update list with TrackChanges and Comments tools
Related to [TP: 176946](http://tpdogfood.telerik.com/view#item/176946)
1 parent d28099e commit 55968b3

9 files changed

+14
-0
lines changed
1 KB
Loading
1010 Bytes
Loading
994 Bytes
Loading
994 Bytes
Loading
1.01 KB
Loading
1017 Bytes
Loading
1006 Bytes
Loading
1006 Bytes
Loading

controls/editor/functionality/toolbars/overview.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,20 @@ The lists below show the icon image, the name of the tool, a description of what
142142
|![](images/editor-class.gif)| **ApplyClass** |Custom Styles - Applies custom, predefined styles to the selected text.|`<tool name="ApplyClass"/>`|
143143
|![](images/editor-separator.gif)| **EditorSeparator** |Separate the tools icons on the toolbar.|`<tool separator="true" />`|
144144

145+
## Track Changes and Comments
146+
147+
To have the Track Changes tools you should set the `EnableTrackChanges` property to `true`. You can refer to [Track Changes article]({%slug editor/functionality/track-changes-and-comments/track-changes%}). And for Comment tools, set the `EnableComments` property to `true`. You can refer to [Comments article]({%slug editor/functionality/track-changes-and-comments/comments%})
148+
149+
| **Icon** | **Tool Name** | **Description** | **ToolsFile Declaration** |
150+
| ------ | ------ | ------ | ------ |
151+
|![](images/editor-acceptTrackChange.gif)| **AcceptTrackChange** |AcceptTrackChange - Accepts the selected change.|`<tool name="AcceptTrackChange" />`|
152+
|![](images/editor-rejectTrackChange.gif)| **RejectTrackChange** |RejectTrackChange - Rejects the selected change.|`<tool name="RejectTrackChange" />`|
153+
|![](images/editor-acceptAllTrackChanges.gif)| **AcceptAllTrackChanges** |AcceptAllTrackChanges - Accepts all changes in the document.|`<tool name="AcceptAllTrackChanges" />`|
154+
|![](images/editor-rejectAllTrackChanges.gif)| **RejectAllTrackChanges** |RejectAllTrackChanges - Rejects all changes in the document.|`<tool name="RejectAllTrackChanges" />`|
155+
|![](images/editor-enableTrackChangesOverride.gif)| **EnableTrackChangesOverride** |EnableTrackChangesOverride - Toggles the Track Changes feature.|`<tool name="EnableTrackChangesOverride" />`|
156+
|![](images/editor-addComment.gif)| **AddComment** |AddComment - Adds comment on the highlighted text.|`<tool name="AddComment" />`|
157+
|![](images/editor-removeComment.gif)| **RemoveComment** |RemoveComment - Removes the comment under the selected text.|`<tool name="RemoveComment"/>`|
158+
|![](images/editor-removeAllComments.gif)| **RemoveAllComments** |RemoveAllComments - Removes all comments in the document.|`<tool name="RemoveAllComments"/>`|
145159

146160

147161
## ToolsFile Example

0 commit comments

Comments
 (0)