This is a migrated thread and some comments may be shown as answers.

Track Changes/Commenting?

4 Answers 47 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Lisa
Top achievements
Rank 1
Lisa asked on 15 Oct 2015, 02:43 PM

Is it possible to use the Track Changes and Comments features with Telerik Web Parts for SharePoint? If yes, ​what files do I modify to add the code to enable these features? I was looking at this help file, but don't have the context to know what files I need to edit to enable the functionality.

 http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/track-changes-and-comments/track-changes#enabling-track-changes-feature-and-tools

I'm new to your product, as we are currently evaluating it to confirm that it has the functionality we want for our SharePoint deployment. Any help you can give me is greatly appreciated!

 Thank you!

4 Answers, 1 is accepted

Sort by
0
Accepted
Ianko
Telerik team
answered on 19 Oct 2015, 04:57 AM
Hello Lisa,

Thank you for contacting Telerik support. I am glad to see that you are evaluating RadEditor Web Part for SharePoint. 

The article about Track Changes is the resource relevant for RadEditor UI. Which is used as a base for the SharePoint web part. 

In order for you to enable these features in SharePoint:
  1. you should set the EnableTrackChanges and EnableComments propertis to true via the Config file;
  2. further, enable the tools in the ToolsFile.xml file as per to the guide lines of the article. 

I hope that helps.

Regards,
Ianko
Telerik
 
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
 
0
Lisa
Top achievements
Rank 1
answered on 19 Oct 2015, 01:36 PM
Thank you very much! I've got it working now. I really appreciate the help!
0
Lisa
Top achievements
Rank 1
answered on 19 Oct 2015, 06:09 PM
If you don't mind, I have one more question. Where do I set the CanAcceptTrackChanges property, and adjust the width of the editor?
0
Accepted
Ianko
Telerik team
answered on 20 Oct 2015, 05:32 AM
Hi Lisa,

Both options are configured in the ConfigFile.xml file by using the Width and TrackChangesCanAcceptTrackChanges properties:

...
<property name="Width">400px</property>
<property name="TrackChangesCanAcceptTrackChanges">true</property>
...

Regards,
Ianko
Telerik
 
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
 
Tags
WebParts for SharePoint
Asked by
Lisa
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Lisa
Top achievements
Rank 1
Share this question
or