3 Answers, 1 is accepted
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 ;
}
Best
Regards,
Rumen
Progress Telerik
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.
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