thecodeholic / lobipanel

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

panel Drag #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

is it possible panel drag within window ???

thecodeholic commented 8 years ago

You need to "Unpin" panel from DOM and then you can drag anywhere you want.

ghost commented 8 years ago

i mean to say CONSTRAIN TO WINDOW and CONSTRAIN TO PARENT element

shogunfighter commented 8 years ago

I suggested something similar to this. But you need to modify the lobipanel.js

See >>> #12

thecodeholic commented 8 years ago

This issue is fixed. I pushed the commit on master branch. Added constrain property.