Can a submission in editor be recieved using REQUEST?

Can a submission in editor be recieved using REQUEST?

wbyerswbyers Posts: 48Questions: 12Answers: 1
edited December 2017 in Free community support

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

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓

    Absolutely you can access the data that way. The parameters that Editor submit's the to the server are documented here.

    Allan

  • wbyerswbyers Posts: 48Questions: 12Answers: 1

    Okay, Thanks

This discussion has been closed.