Manisha Shivjiani
Top achievements
Rank 1
Manisha Shivjiani
asked on 30 Nov 2009, 06:31 PM
How to enable track changes in Rad Editor?
TIA
Manisha
TIA
Manisha
3 Answers, 1 is accepted
0
Hi Manisha,
The TrackChangesDialog is a RadEditors tool which is not in the default toolset. It can be enabled in the ToolsFile.xml file. More information regarding the tools file is available in the following articles:
Using the ToolsFile.xml
How to set Editor's toolbars
In addition, you can find "default" and a "full set tools" files here: Default ToolsFile.xml of RadEditor for ASP .NET AJAX.
Regards,
Dobromir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The TrackChangesDialog is a RadEditors tool which is not in the default toolset. It can be enabled in the ToolsFile.xml file. More information regarding the tools file is available in the following articles:
Using the ToolsFile.xml
How to set Editor's toolbars
In addition, you can find "default" and a "full set tools" files here: Default ToolsFile.xml of RadEditor for ASP .NET AJAX.
Regards,
Dobromir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Manisha Shivjiani
Top achievements
Rank 1
answered on 01 Dec 2009, 02:09 PM
Hi Dobromir,
Thanks for your reply.
I should have been more specific instating my scenario.
With the solution that you have suggested, it will display TrackChanges button on toolbar, which on clicking will open new dialog with initial content and will track changes to that.
What I want is to enable editor's track changes ability on page load and to track changes in place. So editor should start tracking changes when page loads, without need to click any button and in the same editor window.
Can I do that? If so, then how do I implement that?
Thanks,
Manisha
Thanks for your reply.
I should have been more specific instating my scenario.
With the solution that you have suggested, it will display TrackChanges button on toolbar, which on clicking will open new dialog with initial content and will track changes to that.
What I want is to enable editor's track changes ability on page load and to track changes in place. So editor should start tracking changes when page loads, without need to click any button and in the same editor window.
Can I do that? If so, then how do I implement that?
Thanks,
Manisha
0
Hello Manisha,
The requested functionality is not supported out-of-the-box and is not part of the advertised Editor's features. The functionality is based on TrackChangeDialog because it if we style the content in the Editor's content area on the fly, this will slow down the browser and decrease the performance.
At this moment this feature is used only in the way that is shown in this demo.
Kind regards,
Dobromir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The requested functionality is not supported out-of-the-box and is not part of the advertised Editor's features. The functionality is based on TrackChangeDialog because it if we style the content in the Editor's content area on the fly, this will slow down the browser and decrease the performance.
At this moment this feature is used only in the way that is shown in this demo.
Kind regards,
Dobromir
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.