Hello,
I am integrating CKeditor into my web application.To add an item from the toolbar to the text editor, i have to click on the item and it will be shown where the cursor is placed. I need to change this behavior and use instead drag and drop to place the elements in the text editor regardless of the cursor position.
Can you please advise how to apply this behavior?
Thank you.
Did you get any reply for
Did you get any reply for this?. Please let us know even we are trying to do the same.
Thanks in advance.
i have done it as you want
i have done it as you want ,you can define the drag event of toolbar ,and when dragdrop on the editor ,call editor.insertElement(element), you must dynamically create a element .