Track Changes in applet
Posted: Fri Nov 23, 2012 11:57 am
I'm trying to always track changes whereby the user doesn't know we are tracking (so that when the document is in QA they editors can identify the areas they need to check and possibly modify). I've tried using the following code.
However when I make a change the XML process instructions are not being put into the XML. Unlike when I use the out of the box actions for example.
What am I missing?
Code: Select all
if (!authorComponent.getAuthorAccess().getReviewController().isTrackingChanges()) {
authorComponent.getAuthorAccess().getReviewController().toggleTrackChanges();
}
authorComponent.getAuthorAccess().getReviewController().getAuthorCalloutsController().setShowDeletionsCallouts(true);
authorComponent.getAuthorAccess().getReviewController().getAuthorCalloutsController().setShowCommentsCallouts(true);
authorComponent.getAuthorAccess().getReviewController().getAuthorCalloutsController().setShowInsertionsCallouts(true);
Code: Select all
<?oxy_insert_start author="" timestamp="20121123T085253+0000"?>
<para>Entered text here</para>
<?oxy_insert_end?>