ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

Resize handles on all sides of target element. #289

Open niftybit opened 10 years ago

niftybit commented 10 years ago

I've explored the options and unable to configure gridster to place resize handles on all sides of the target element. Anyway to achieve this would be much appreciated.

pipanchik commented 10 years ago

Yes, it would be just great

bumbu commented 9 years ago

I started from idea to replace axes: ['x', 'y', 'both'] with axes: ['nw', 'n', 'ne', 'e', 'se', 's', 'sw', 'w'] thus giving more control on which axes are necessary. nw is North-West (top-left) and se is South-East (bottom-right).

Right now I have just 1 commit that adds necessary handlers. But more work is necessary to make different handlers behave as expected (and I have no time to do it now).

If anyone thinks that my idea is good he/she can continue from bumbu/gridster.js

vegetableman commented 9 years ago

@vieron does this seem a viable feature that could be merged in this repo? if so, I could work on it, as there is a bounty on it.