It seems like the Ajax.InPlaceCollectionEditor will automatically
update the element with whatever the server response is.  Is there any
way to override this behavior?  For example, let's say the response
from the server is "foo", but I want to update the element with the
response value with the current date/time appended.

I defined the "onComplete" option to set the element to the value that
I want... however, I still see that the element first gets updated to
the server response ("foo"), and then a split second later, my
onComplete gets executed which updates the element again to what I
want ("foo" + date/time).  How do I prevent the default behavior from
happening?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to