Hi,
How exactly do I use loadTextURL? I can't find any instructions. I was
under the impression I just set loadTextURL to a script that will
return the data I want, but no matter what I do, it just continues to
say loading.
For example:
new Ajax.InPlaceEditor('edit_author', 'inc/blogedit.phpr',
{loadTextURL:'inc/server.php'});
Works fine without loadTextURL, but the content in edit_author is not
the content I want loaded.
In inc/server.php, just to test it out, I simply put
<?
echo "test author";
?>
Now when I try to edit in place, it just says Loading forever.
What should be loadTextURL script look like?
Thanks,
Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---