joeyjojojnrshabadoo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-18 16:06 UTC
Can this be done (drag-n-drop, sort, group...)
I set up a UI a while back (over a year ago) using scriptaculous and it works OK. I''m now trying to push it a bit more and create a specific set of UI behavior. What I''m ideally looking for is: 1) the ability to drag from group A to group Br and, ideally, CLONE the item that is dragged (rather than just move it) 2) the ability to sort group B by top-level ''folders'' and then individually underneath. See this site for an example: http://www.gregphoto.net/sortable/advanced/ 3) The ability to delete ''folders'' from group B (above example allows you to CREATE, and I also want to be able to delete) 4) the ability to rename ''folder'' from group B Back when I last implemented this, the one thing Scriptaculous couldn''t do easily was #1. Has that feature been added since then? Is scriptaculous what I should use for this? Is there another AJAX UI library better suited to my needs? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
hi, I have requirements similiar to this. For item 1, I used the callback functions to manually implement this. For item 2, I used a technique similiar to the list elements you see on stikipad.com. Where you have to click a button to make the list sortable and click ''done'' afterwards. I dunno about other ajax UI libs, but this is what i did for scriptaculous regards, geo On 3/18/07, joeyjojojnrshabadoo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <joeyjojojnrshabadoo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I set up a UI a while back (over a year ago) using scriptaculous and > it works OK. I''m now trying to push it a bit more and create a > specific set of UI behavior. What I''m ideally looking for is: > > 1) the ability to drag from group A to group Br and, ideally, CLONE > the item that is dragged (rather than just move it) > > 2) the ability to sort group B by top-level ''folders'' and then > individually underneath. See this site for an example: > http://www.gregphoto.net/sortable/advanced/ > > 3) The ability to delete ''folders'' from group B (above example allows > you to CREATE, and I also want to be able to delete) > > 4) the ability to rename ''folder'' from group B > > Back when I last implemented this, the one thing Scriptaculous > couldn''t do easily was #1. Has that feature been added since then? Is > scriptaculous what I should use for this? Is there another AJAX UI > library better suited to my needs? > > > > >-- "The wheel''s spinning, but the hamster''s dead" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---