Hello,
i don't seem to be able to get the ipTE to work within QG...
In SlideShow.jscreateSlide we have:
new Ajax.InPlaceEditor(
caption,
"echo.php",
{
rows:3,
cols:26,
submitOnBlur: true,
okButton: false
}
);
but there doesn't appear to be an echo.php.
I'm assuming that what is entered in the ipTE on lost focus is supposed to be used to update the name of the associated image file.
Is there a chance that this echo.php with the logic to change the file name could be provided?
|