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

Radeditor comments

3 Answers 59 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sahadev
Top achievements
Rank 1
Sahadev asked on 02 Dec 2019, 05:17 AM
Does radeditor support multiuser comments features?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Dec 2019, 04:55 PM

Hi Sahadev,

UserCssId - offers a set of 10 predefined styles ( reU0, reU1, reU2, reU3, reU4, reU5, reU6, reU7, reU8, reU9) for highlighting and distinguishing the comments made by different users. The reU<Author> classes are defined in the EditorContentarea.css file available in the installation folder of this demo. If needed, the front end developer could design additional classes for additional users, by following the convention to add new classes starting from reU10 and not using the existing colors.

Here is an example how to create a new reU10 class:

/* user border colors */
.reComment.reU10
{
    border-color: #00FFCC ;
}
You can check the demo for more information: RadEditor - Comments.

Best Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Sahadev
Top achievements
Rank 1
answered on 09 Dec 2019, 05:43 AM

Hi Rumen,

Thanks for your quick reply.

But I need feature to allow multiple users comment  on same sentence.

e.g If one user commented on one word the other user should reply on same word in same comment box as like MS word

Have attached image for your reference.

0
Rumen
Telerik team
answered on 10 Dec 2019, 02:39 PM

Hi Sahadev,

Thank you for your feature request.

The current implementation of RadEditor does not offer support for multiple comments by different users over a single sentence. Your feedback is useful and I'd like to invite you to log it in the feedback portal. I also updated your Telerik points for it.

 

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Editor
Asked by
Sahadev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sahadev
Top achievements
Rank 1
Share this question
or