Displaying 1 result from an estimated 1 matches for "_ajax_inplaceeditor_result".
2006 Jan 09
6
inPlace Editor
HI, I am a new to the group.
I have run into the following issue.
The following works fine
<h1 id="tobeedited">To be edited</h1>
<script>
new Ajax.InPlaceEditor($(''tobeedited''),
''_ajax_inplaceeditor_result.html'', {
ajaxOptions: {method: ''get''}
});
</script>
But I want to pass some more parameters. So I did the following:
<h1 id="tobeedited">To be edited</h1>
<script>
new Ajax.InPlaceEditor($(''tobeedited''...