Versioning - WYSIWYG Word Processor

Hi, my app requires that we track different versioning in the document editing process. For example, when user 1 finalizes a document and sends it to user 2, that would be version 1. When user 2 finalizes a document and sends it back to user 1, that would be another version.

Is there a DocumentEditorContainer or DocumentEditorContainerComponent property that would allow for this?


2 Replies

BS Balamurugan Shanmugam Syncfusion Team March 4, 2024 03:10 PM UTC

Hi Taylor,

Currently, documentEditor doesn't have an inbuilt function to achieve your requirement. Alternatively, we can achieve this workaround by saving the document in version-based format on the server side when clicking the save button.

Client side: Ykm2ds (forked) - StackBlitz

Server side: Attached below

In this sample,

  • We have added a server save option. When you click save button, it saves the document in a version-based format, like V1, V2, etc.

Regards,

Balamurugan S


Attachment: ASP.NET_Core_563f9e3c.zip


BS Balamurugan Shanmugam Syncfusion Team March 4, 2024 03:11 PM UTC

Please find below an attached video.


Attachment: serverSave_7baac558.zip

Loader.
Up arrow icon