Droppable tiny editor

Hi,
I want to drag data from Webix list and drop it into tiny editor’s text area. How can i do it?
Thanks in advance.

Check Drag to HTML example here
https://docs.webix.com/helpers__dnd.html#samplesofusage

You can use a similar code, where custom onDrop handler will call the API of tinymce to set the value.

Sorry its not working with view : ‘tinymce-editor’.

Check the next snippet
https://snippet.webix.com/5wx8ce6m

enabling/disabling of tinymce is necessary, as it contains an iframe inside of the widget, and drag-n-drop will not work on top of iframes.

Its working thanks.