Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Corrected UG links for collaborative editing #33

Merged
merged 6 commits into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,27 @@

Allows multiple users to work on the same document simultaneously. This can be done in real-time, so that collaborators can see the changes as they are made. Collaborative editing can be a great way to improve efficiency, as it allows team members to work together on a document without having to wait for others to finish their changes.

Please refer the below link for documentation.
Collaborative editing Web API actions are supported in below platforms

1. ASP.NET Core
2. Java

Please find the UG and documentation links below.

|Platform| UG links| Sample link |
|----|----|----|
|ASP.NET Core| <ul><li>[TypeScript](https://ej2.syncfusion.com/documentation/document-editor/collaborative-editing/using-dot-net)</li><li>[JavaScript](https://ej2.syncfusion.com/javascript/documentation/document-editor/collaborative-editing/using-dot-net)</li><li>[Vue](https://ej2.syncfusion.com/vue/documentation/document-editor/collaborative-editing/using-dot-net)</li><li>[Angular](https://ej2.syncfusion.com/angular/documentation/document-editor/collaborative-editing/using-dot-net)</li><li>[React](https://ej2.syncfusion.com/react/documentation/document-editor/collaborative-editing/using-dot-net)</li></ul> | <ul><li>[ASP.NET Core Web API](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET)</li><li>[TypeScript](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET/TypeScript)</li><li>[JavaScript](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET/Javascript)</li><li>[Vue](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET/Vue)</li><li>[Angular](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET/Angular)</li><li>[React](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/ASP.NET/React)</li></ul> |
|Java| <ul><li>[TypeScript](https://ej2.syncfusion.com/documentation/document-editor/collaborative-editing/using-java)</li><li>[JavaScript](https://ej2.syncfusion.com/javascript/documentation/document-editor/collaborative-editing/using-java)</li><li>[Vue](https://ej2.syncfusion.com/vue/documentation/document-editor/collaborative-editing/using-java)</li><li>[Angular](https://ej2.syncfusion.com/angular/documentation/document-editor/collaborative-editing/using-java)</li><li>[React](https://ej2.syncfusion.com/react/documentation/document-editor/collaborative-editing/using-java)</li></ul> | <ul><li>[Java Sprint boot](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/Java%20web%20service%20using%20PostgreSQL)</li><li>[TypeScript](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/TypeScript)</li><li>[JavaScript](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/JavaScript)</li><li>[Vue](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/Vue)</li><li>[Angular](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/Angular)</li><li>[React](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collaborative-Editing/tree/master/Java/React)</li></ul>|










TypeScript UG: https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collabrative-Editing/blob/master/TypeScript/README.md

Angular UG: https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collabrative-Editing/blob/master/Angular/README.md

React UG: https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collabrative-Editing/blob/master/React/README.md

Vue UG: https://github.com/SyncfusionExamples/EJ2-Document-Editor-Collabrative-Editing/blob/master/Vue/README.md
Loading