Hi,
I am using Rad controls in my Project.
I am doing some R & D on Rad editor. I just wanted to know how the "Track changes " option in Rad editor works.
I got to know that the editor exposes a method
set_intitialContent() that, when called, will mark the
current editor content as the "start" content to be used in the dialog. You can
get the content which is set as initial with the
get_initialContent() method. You can get the current
content in the editor with editor.get_html().
Now I want to know how it compares the old content and new content and displays the final result. could please let me know which function does this??
It is also possible to invoke the functionality from the codebehind, without using the editor by creating an instance of the following class Telerik.Web.UI.Editor.Diff.DiffEngine and using its GetDiffs method.