Hello, I am a noobie at this and also fearful of js. Anyway I am using prototype and i want to make a instance or copy of an image and put it in a droppable place, but also leave it in the dragable list to move to other droppable areas. Any help is appreciated, Hyde --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Irfan, Ghouseuddin Syed
2007-Jan-15 08:35 UTC
Re: Noobie Question - want to drag instance of image
Try setting the "ghosting" option to true. new Draggable(''product_1'',{ghosting:true}); -----Original Message----- From: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org]On Behalf Of Hyde Sent: Monday, January 15, 2007 9:09 AM To: Ruby on Rails: Spinoffs Subject: [Rails-spinoffs] Noobie Question - want to drag instance of image Hello, I am a noobie at this and also fearful of js. Anyway I am using prototype and i want to make a instance or copy of an image and put it in a droppable place, but also leave it in the dragable list to move to other droppable areas. Any help is appreciated, Hyde --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---