Custom Functions in Editor

Custom Functions in Editor

eurosolleurosoll Posts: 13Questions: 7Answers: 0

Hi

I have been playing with Editor (and just bought a license).

The editor instances I am using at the moment are not fed by Ajax data and the editing is always done inline.

Each of my cells needs different processing functions when data has been changed. These are just plain JS/Jquery functions (no server side processing takes place).

My question is: what is the best way to call these functions, so that each cell can be processed independently?

Thanks for any help.

Dov

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Hi Dov,

    Do you want the data to be processed prior to any "submission" (although I guess you are either overriding the ajax option or not specifying it at all)? If so, preSubmit is the one to use. That will modify the data before sending it anywhere, including before it hits the DataTable for the redraw.

    Allan

This discussion has been closed.