Displaying 1 result from an estimated 1 matches for "_ajax_inplaceeditor_result_command1".
2006 Feb 27
0
update a second div with Ajax.Updater, when Ajax.InPlaceEditor has just finished to modify another first div
...ajax_inplaceeditor_command1.html'',
{asynchronous:true});
</script>
</p></legend>
<div id="box2">
<script type="text/javascript" language="javascript" charset="utf-8">
new Ajax.Updater(''box2'', ''_ajax_inplaceeditor_result_command1.html'',
{asynchronous:true});
</script>
</div>
</fieldset>
</div>
<script type="text/javascript" language="javascript" charset="utf-8">
new Draggable(''box1'',{handle:''box1''});
</script>
&...