Change Tracking

  • 1 reply.
  • This is not yet resolved.
  • This question was started by Dean Garyet.
  • Last post by Carl.
Dean Garyet
user
January 13th 2010
Can you give a quick overview of how the new Change Tracking features work?
Carl
Xopus Team
January 25th 2010
Currently Xopus 4 only tracks if you configure it do so, and then only for text changes.
You can configure it as follows:
<x:changeTracking>
<x:enabled>true</x:enabled>
</x:changeTracking>

Typing or deleting text then creates a change. This is marked up using XMetal ChangeTracking markup in the XML, using processing instructions.

You can use the following line in your configuration to change the name of the editor:
<x:javascript>Editor.ChangeTracking.setUserName("John Doe");</x:javascript>

Further features for Xopus 4.1 include options to indicate who can accept and reject.

React

HTML will be shown as HTML code.
Linebreaks and Links starting with http:// are automatically resolved