thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

Update lobipanel.js #8

Open LionelMeroni opened 8 years ago

LionelMeroni commented 8 years ago

add on onDrag event

thecodeholic commented 8 years ago

Have you checked dragged.lobiPanel event? I think is what you want.

LionelMeroni commented 8 years ago

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.

thecodeholic commented 8 years ago

Ok so you need dragStart.lobiPanel right?

LionelMeroni commented 8 years ago

Yes ! It's what i need.

thecodeholic commented 8 years ago

OK.