AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Any Idea about resizable elements? #83

Open gnanakeethan opened 10 years ago

gnanakeethan commented 10 years ago

I was just hopping through all the plugins and they are not suitable. I found this one and another one which lacks either resizable / responsive widgets respectively.

the other is not maintained any more.

do you have any ideas to include a resizable element. it will give great flexiblity.

currently casting a jqueryui resizable make it easier to resizable. the height of the element is taken into consideration and not the width. the element can be of any height but cannot be of any width larger than specified. the event of reordering the elements is triggered when there was a drag and drop.

I want this to be on resize of element and the width fixed.

I am not a (Coffee or Java)Script Developer. so please dont ask me any techie questions.

AshesOfOwls commented 10 years ago

I do have plans for resizable elements and it is currently working in my local version. It will offer resizing based on incremental values or to specific sizes set during initialization. :)

gnanakeethan commented 10 years ago

yeah. sure . I will be waiting for your update.

On 3 December 2013 23:52, Scott Elwood notifications@github.com wrote:

I do have plans for resizable elements and it is currently working in my local version. It will offer resizing based on incremental values or to specific sizes set during initialization. :)

— Reply to this email directly or view it on GitHubhttps://github.com/McPants/jquery.shapeshift/issues/83#issuecomment-29736436 .

Regards

Gnanakeethan

anthonycorbacho commented 10 years ago

I am interested too, do you know when you will release this feature?

gnanakeethan commented 10 years ago

when It will be available @McPants

chrise86 commented 10 years ago

Also very interested in this

epetre commented 10 years ago

:+1:

ghost commented 10 years ago

:+1: Any updates on this?

gcphost commented 10 years ago

+1 - hacking in a .resizable() on my own but a beta? would be sahhweeet! been using gridster (made it sorta responsive) but your methods way better, just needs resizing!

craig-l commented 9 years ago

Here's a rough hack using ui resizable. http://jsfiddle.net/0u18t05a/