Hi All,

I have a draggable element that looks like this:
[code]
<%= draggable_element "issue_link_#{link.id}", :handle =>
"'handle'", :revert => "'failure'", :ghosting => "'true'" %>
[/code]
and a drop receiving element that looks like this:
[code]
<%= drop_receiving_element "parent_category_issues",
        :url => {
                :controller => :issue_links,
                :action => :promote,
                :category_status_id => category_status.id
        }
%>
[/code]

I would like to make the draggable ghost disappear when dropped into
the droppable without reverting, and without being removed from the
original list.  The action that processes this renders a new list with
the droppable added. Can anyone help me?

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to