Hi,
I'm working on a web app where I want to be able to drop a draggable item onto a CKEditor component which results in a widget being added which then visualizes the content refered to by the draggable (in my case it will be some graph).
I read the documentation for plugins and widgets, but couldn't find anything on how I can plug myself into the handling part of droppable - nor how to declare sections or everythign as drop targets.
Thanks in advance for any pointers, -max