search for: revertbox1

Displaying 1 result from an estimated 1 matches for "revertbox1".

2005 Nov 11
0
A couple of draggable patches...
...Grid' feature for draggables. I'm writing a framework on top of scriptaculous and it appeared to me that this would be something that could belong to core Draggable objects. To activate, just add to draggable options on creation. (By default gridSize is set to 10) > new Draggable('revertbox1',{handle:'handle1',snapToGrid:true, gridSize:30,revert:true}); > > I also stuck this <http://dev.rubyonrails.com/ticket/2827> in which has been very handy for me and allows draggable observers to react to the draggable drag event. Hope you find it usefull, Regards, Saimon...