I have a <div> that inline editor.
I want that also can draggable. The div can drag but no toolbar is shown when click on it. Only right click, the toolabar is shown.
I am using lastest JQuery & CKeditor v4.
Here is my code:
CKEDITOR.disableAutoInline = true;
var editor = CKEDITOR.inline( 'editable' );
$( '#editable' ).draggable();
Please take a look on it.