Displaying 1 result from an estimated 1 matches for "o2499548".
Did you mean:
1249548
2006 Jan 14
3
In place editing and external control
...correctly, I can use that to have one image as a trigger to
enter edit mode? I tried with below code but without success:
<span id="id1">My text</span>
<script type="text/javascript">
new Ajax.InPlaceEditor(''id1'',
''/object/o2499548.html?ajaxRequest&ajaxInPlaceEditing'',
{externalControl:''id2''})
</script>
<img id="id2" src="/img/buttonEdit.gif">
Thanks
Janko