Hi,

is it possible to add own post parameters with the Ajax.InPlaceEditor
(scriptaculous) function?

My functions looks like:

new Ajax.InPlaceEditor('lbl2', 'include/ajax.php', {
                                        ajaxOptions: {
                                                method: 'post',
                                                parameters:
{ajxFunction: 'changeItemText'},
                                        },
                                        cancelControl: 'button'
                                });

But i can not send my own parameters via post.

Any ideas how i can do this?

regards,
 patrick

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to