views:

32

answers:

0

I'm using TinyMCE which is on designMode = 'on', i have a disabled area where i dont want my user to drag/drop something on that area. I could disable the drop by listening to the mouseEvent.target and cancelling the event, on the drag however i dont know how to get the current item that i being dragged, i looked at originalTarget but seems its not that one.

Is there a way to find out which item is being draged with just the mouseEvent? thanks