search for: in_place_collection_editor_options

Displaying 1 result from an estimated 1 matches for "in_place_collection_editor_options".

2006 Mar 25
0
in_place_collection_editor
...+ + function << '')'' + + javascript_tag(function) + end + + # Renders the value of the specified object and method with in-place editing capabilities. + # + def in_place_collection_editor_field(object, method, collection, tag_options = {}, in_place_collection_editor_options = {}) + tag = ::ActionView::Helpers::InstanceTag.new(object, method, self) + tag_options = {:tag => "span", :id => "#{object}_#{method}_#{tag.object.id}_in_place_editor", :class => "in_place_editor_field"}.merge!(tag_options) + in_place_co...