Hi dl,

there is the "callback" option: A function that will get executed just
before the request is sent to the server, should return the parameters
to be sent in the URL. Will get two parameters, the entire form and
the value of the text control.
==> this will be usefull to modify data send to server.

and the "onComplete" (and its sister, the "onFailure") option: Code
run if update successful with server (or for its sister: Code run if
update failed with server)

--
david

On 22 fév, 19:20, dl <[email protected]> wrote:
> Is there some way that I can attach additional data when the in place
> edit returns?
>
> In my case the server side is written in PHP and the edited string is
> returned through an echo statement.
>
> Is there anyway to attach additional data about the status of the edit
> that can be accessed on the browser side in javascript?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to