Flowdock
method

drop_receiving_element

Importance_1
v2.0.3 - Show latest stable - 0 notes - Class: ActionView::Helpers::ScriptaculousHelper
drop_receiving_element(element_id, options = {}) public

Makes the element with the DOM ID specified by element_id receive dropped draggable elements (created by draggable_element). and make an AJAX call By default, the action called gets the DOM ID of the element as parameter.

Example:

  <%= drop_receiving_element("my_cart", :url =>
    { :controller => "cart", :action => "add" }) %>

You can change the behaviour with various options, see http://script.aculo.us for more documentation.

Show source
Register or log in to add new notes.