Displaying 1 result from an estimated 1 matches for "set_frame_price".
2006 Aug 12
5
In place editing on a list - not passing ID through
...s the following in my output:
<span class="in_place_editor_field"
id="frame_price__in_place_editor">0.0</span>
<script type="text/javascript">
//<![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 o...