Can a submission in editor be recieved using REQUEST?
Can a submission in editor be recieved using REQUEST?
wbyers
Posts: 48Questions: 12Answers: 1
Okay, so Quick Question can a data object submitted through the editor plugin for datatables be reached serverside by $_request statements? Like can I get the Action and the Row and the Field using $_REQUEST, or do I have to use the Serverside PHP library?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Absolutely you can access the data that way. The parameters that Editor submit's the to the server are documented here.
Allan
Okay, Thanks