Hi,
I have folowing code
Working->editorWindow.document.addEventListener("click", function(){alert('click')});
Not Working ->editorWindow.document.addEventListener("dragstart", function(){alert('dragging')});
can anyone please assist on this.
you can try the example below. note that, it only work with the text content not the control, the editor has its own drop function handler for the control, so does not support to use the javascript way to catch it.
Regards,
Ken