Is it possible to drag and drop a DIV into Kendo Editor for Angular2 and not just an image ?
1 Answer, 1 is accepted
0
Martin Bechev
Telerik team
answered on 08 Nov 2021, 09:11 AM
Hello Leonid,
Currently, such an option is not supported by Kendo UI for Angular Editor component. Frankly said the widget does not support dropping an image directly into the Editor's content either.
Please cast your vote on the already present feature request about dropping an image in the Editor:
I'm not concerned about INLINE images. The drag and and drop of a "standard" image with a src and draggable attributes set works perfectly fine. The image is accepted by the editor and rendered in its body correctly. I also found a workaround for non-images to be dropped and converted into img elements on the fly, but it may be more of a hack as it is not officially supported by the product.