Displaying 1 result from an estimated 1 matches for "tobeeditedtd".
Did you mean:
tobeedited
2006 Feb 28
0
loadTextURL
When i load text into the script using loadTextURL: "getPage.php", It loads what i want it to load but i can not edit it. IS this an error on my part or what
new Ajax.InPlaceEditor(''tobeeditedTD'', ''changelink.php'', { loadTextURL: "getPage.php", callback: function(form, value) { return ''type=edit&type=edit&row=''.$rw[''id''].''&myparam='' + escape(value) }});
Anyone that can shed some light o...