Interactive controls
Export the review data
The viewer keeps tracked changes available for a separate server-side workflow. Export the current change collection to inspect the raw result.
Ready to tryUse the controls above to interact with this demo.
What this demonstrates
Review document revisions
TX Text Control Document Viewer provides a browser-based review experience for documents that contain tracked changes.
API used
TXDocumentViewer.trackedChanges
How it works
The tracked changes toolbar is opened when the viewer loads. The export action reads the viewer's tracked change collection and writes the JSON result into the control below.
Source files
See the implementation
Inspect the viewer setup, client-side export action, and controller.