Hello,
Thanks for the answer. I’ve been away on other projects for a long time now, so it’s only now that I’ve gotten around to continuing with this.
One question is still open for me here: If I create a user-defined dialog as described here, which I did according to the example, how do I get my picture inserted into the editor?
For example, I have a list of images that I display as thumbnails and with a mouse click I want to transfer the exact image to the editor.
Now how do I transfer the code
<img src="..." alt="..." />
to the editor?
I could remember the editor from the action event of the widget, but I want to insert the image at the last mouse position in the editor…
Do you have any other ideas for me?
I’m currently implementing the whole thing with react, but I think jQuery has a similar solution.
Thank’s
Rene