Oxygen Author Component (Applet) author mode: Manage Comment
Posted: Mon Apr 14, 2014 6:27 pm
Hi, Oxygen guys!
I try to use author comments support and have some problems.
I have 2 editor mode - Comment and Edit. Comment mode is readOnly with possibility to create comments. For this constraint I used code
and when I use our common author action "Add Comment...", enter some comment text and push OK - CommentHighlight isn't created.
If I use setEditable(true) - it's work great.
I tried to use AuthorChangeTrackingController toggleTrackChanges() methods for support Track_Changes but it wasn't helped.
How can I fix this problem - have setEditable(false) and have possibility to create comments?
Thank you!
I try to use author comments support and have some problems.
I have 2 editor mode - Comment and Edit. Comment mode is readOnly with possibility to create comments. For this constraint I used code
Code: Select all
getAuthorAccess().getEditorAccess().setEditable(false);
If I use setEditable(true) - it's work great.
I tried to use AuthorChangeTrackingController toggleTrackChanges() methods for support Track_Changes but it wasn't helped.
How can I fix this problem - have setEditable(false) and have possibility to create comments?
Thank you!