search for: frame_price_xx_in_place_editor

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

2006 Aug 12
5
In place editing on a list - not passing ID through
...t;![CDATA[ new Ajax.InPlaceEditor(''frame_price__in_place_editor'', ''/frames/set_frame_price'') //]]> </script> I understand from some research that what I''m after is to replace "frame_price__in_place_editor" in both places with "frame_price_xx_in_place_editor", where "xx" is the id of the item to be updated, but I cannot figure out how to modify the call to in_place_editor_field to pass the id in. I''ve tried the following with no luck... <%= in_place_editor_field :frame, :price, :id => frame %> <%= in_place_editor...