change "action" parameter for inline editing
change "action" parameter for inline editing
philcruz
Posts: 1Questions: 1Answers: 0
I'm using the inline editor. When you edit a cell it posts to the ajax url sending a field "action" with a value "edit". How can I change the name of the "action" field? That conflicts with another action parameter I need to pass in the url.
This discussion has been closed.
Answers
Hi,
You can use
preSubmit
to alter the parameters that Editor sends to the server, including adding new ones, deleting old and modifying current.If you are using the Editor PHP or .NET libraries, you would need to alter the library code to use something other than
action
- that isn't currently isn't configurable in the server-side libraries.Regards,
Allan