Skip to content

Page not found issue links fixed in react help.syncfusion #565

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v27.2.2
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions ej2-react/document-editor/collaborative-editing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Using the distributed cache or database all the editing operations are queued in

#### See Also

- [Collaborative editing using Redis cache in ASP.NET Core](../../document-editor/collaborative-editing/using-distributed-cache-asp-net-core)
- [Collaborative editing using Microsoft SQL server in ASP.NET Core](../../document-editor/collaborative-editing/using-database-in-asp-net-core)
- [Collaborative editing using Java](../../document-editor/collaborative-editing/using-java)
- [Collaborative editing using Redis cache in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/collaborative-editing/overview#distributed-cache-or-database)
- [Collaborative editing using Microsoft SQL server in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/collaborative-editing/using-dot-net)
- [Collaborative editing using Java](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/collaborative-editing/using-java)
4 changes: 2 additions & 2 deletions ej2-react/document-editor/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ domainurl: ##DomainURL##

# Image in React Document editor component

Document Editor supports common raster format images like PNG, BMP, JPEG, SVG and GIF. You can insert an image file or online image in the document using the [`insertImage()`](../api/document-editor/editor/#insertimage) method. Refer to the following sample code.
Document Editor supports common raster format images like PNG, BMP, JPEG, SVG and GIF. You can insert an image file or online image in the document using the [`insertImage()`](https://help.syncfusion.com/document-processing/word/word-processor/react/how-to/insert-text-or-image-in-table-programmatically) method. Refer to the following sample code.

{% raw %}

Expand Down Expand Up @@ -83,7 +83,7 @@ Image files will be internally converted to base64 string. Whereas, online image

Document Editor provides built-in image resizer that can be injected into your application based on the requirements. This allows you to resize the image by dragging the resizing points using mouse or touch interactions. This resizer appears as follows.

![Image](images/image.png)
![Image](images/react-word-processor-image-resizing.png){:width="623" height="550" loading="lazy"}

## Changing size

Expand Down
Binary file removed ej2-react/document-editor/images/image.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.