how can I change the names of the "actions"?

how can I change the names of the "actions"?

fariazzfariazz Posts: 2Questions: 0Answers: 0
edited June 2013 in General
By default, the actions that are sent to the server as POST parameters are create, edit, delete.

I would like to change the names of those actions in order to match my server side framework (Wordpress in this case). Is this possible?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    In Editor? Yes you could change them using the onPreSubmit event where you can modify the data that is being sent to the server. Its not an 'expected' interaction that, as Editor expects to send and retrieve data in the format described here: http://editor.datatables.net/server/ , but it should be possible.

    Regards,
    Allan
  • fariazzfariazz Posts: 2Questions: 0Answers: 0
    Thanks allan that works.
This discussion has been closed.