Displaying 1 result from an estimated 1 matches for "_ajax_inplaceeditor_command1".
2006 Feb 27
0
update a second div with Ajax.Updater, when Ajax.InPlaceEditor has just finished to modify another first div
...; STYLE="font-size: 8pt">
<legend STYLE="COLOR: #ff0000; font-size: 8pt">
<p id="command1">
<script type="text/javascript" language="javascript" charset="utf-8">
new Ajax.Updater(''command1'', ''_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_...