I have used this Kendo editor but when i try to copy image with text , only text get copied not images. Please someone can help me on this.
Thank you
I have used this Kendo editor but when i try to copy image with text , only text get copied not images. Please someone can help me on this.
Thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Soma DebnathPosted Mar 11, 2024, 7:25 AM
I am trying to copy text along with images from word file to Kendo editor but not working .. Thank you
Jayraj ChhayaPosted Mar 11, 2024, 7:15 AM
When copying content from the Kendo Editor, images are not directly copied as part of the text selection. To enable copying images along with text, you would need to handle this functionality separately. One approach is to convert the image to a data URL and then insert it into the copied text as an inline image. Here's a basic example using JavaScript to achieve this:
By implementing this approach, you can enhance the copy functionality of the Kendo Editor to include images along with text.