lobipanel
lobipanel copied to clipboard
Update lobipanel.js
add on onDrag event
Have you checked dragged.lobiPanel
event? I think is what you want.
The dragged.lobipanel
event is actually triggered when the panel is dropped at his new position, when you release the mouse button. (Maybe, it should be named onDrop.lobipanel)
I need another event at the begining of the sorting process, when you click on the panel header and start moving the mouse.
Ok so you need dragStart.lobiPanel
right?
Yes ! It's what i need.
OK.