My JavaScript Drag-and-Drop extension for Prototype is finally in beta! http://mir.aculo.us/demos/draggable2.html Features: ------------- Generic drag-and-drop: - Any element can be declared draggable and/or a drop target - Callbacks (onDrop, onHover) - Integrated CSS class change to add class drophover if hovering over a possible drop-target - Constraints (drag only vertically or horizontally) - Uses the Effect2 library for transparency and snap-back visual effects Sortable lists (UL, OL): - Sortable float containers (DIV containing any sort of floating elements) - Callbacks for sortables (onChange, onUpdate) - Easy to do sortable lists that also can drag-and-drop to another list - Sort order can be serialized to use with Prototype’s Ajax functions Works with: - Safari 2.0; Firefox 1.03, 1.04, DP 1.1; Internet Explorer 6.0; Opera 8. -- Thomas
Totally fantastic stuff. Cheers. On 6/9/05, Thomas Fuchs <thomas-9D208sng4xU@public.gmane.org> wrote:> My JavaScript Drag-and-Drop extension for Prototype is finally in beta! > > http://mir.aculo.us/demos/draggable2.html-- Tobi http://www.snowdevil.ca - Snowboards that don''t suck http://typo.leetsoft.com - Open source weblog engine http://blog.leetsoft.com - Technical weblog
Michael Koziarski
2005-Jun-09 21:34 UTC
Re: [ANN] Drag-and-drop addon for Prototype (beta)
On 6/10/05, Thomas Fuchs <thomas-9D208sng4xU@public.gmane.org> wrote:> My JavaScript Drag-and-Drop extension for Prototype is finally in beta! > > http://mir.aculo.us/demos/draggable2.htmlWow! That''s some seriously cool work you''ve done thomas.> Features: > ------------- > > Generic drag-and-drop: > - Any element can be declared draggable and/or a drop target > - Callbacks (onDrop, onHover) > - Integrated CSS class change to add class drophover > if hovering over a possible drop-target > - Constraints (drag only vertically or horizontally) > - Uses the Effect2 library for transparency and snap-back visual effects > > Sortable lists (UL, OL): > - Sortable float containers (DIV containing any sort of floating > elements) > - Callbacks for sortables (onChange, onUpdate) > - Easy to do sortable lists that also can drag-and-drop to another list > - Sort order can be serialized to use with Prototype''s Ajax functions > > Works with: > - Safari 2.0; Firefox 1.03, 1.04, DP 1.1; Internet Explorer 6.0; > Opera 8. > > -- > Thomas > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cheers Koz
I am officially in love! Props! On 6/9/05, Thomas Fuchs <thomas-9D208sng4xU@public.gmane.org> wrote:> My JavaScript Drag-and-Drop extension for Prototype is finally in beta! > > http://mir.aculo.us/demos/draggable2.html > > Features: > ------------- > > Generic drag-and-drop: > - Any element can be declared draggable and/or a drop target > - Callbacks (onDrop, onHover) > - Integrated CSS class change to add class drophover > if hovering over a possible drop-target > - Constraints (drag only vertically or horizontally) > - Uses the Effect2 library for transparency and snap-back visual effects > > Sortable lists (UL, OL): > - Sortable float containers (DIV containing any sort of floating > elements) > - Callbacks for sortables (onChange, onUpdate) > - Easy to do sortable lists that also can drag-and-drop to another list > - Sort order can be serialized to use with Prototype''s Ajax functions > > Works with: > - Safari 2.0; Firefox 1.03, 1.04, DP 1.1; Internet Explorer 6.0; > Opera 8. > > -- > Thomas > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >