How to do validation for Simple inline editing?

How to do validation for Simple inline editing?

PatricioFinkPatricioFink Posts: 27Questions: 12Answers: 0
edited February 2016 in Free community support

I bought the editor version.
I was looking to the examples provided in the download and i can not find any validation example. I mean client side.
Can some plase point me where they are?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin
    Answer ✓

    Hi,

    There is a client-side validation example in the api directory. That will work for inline editing as well.

    However, Editor very strongly focuses on validation at the server-side. Regardless of any validation performed at the client-side you absolutely have to do validation at the server-side, therefore, instead of doing the same thing twice, Editor's validation is primarily performed on the server-side.

    Regards,
    Allan

This discussion has been closed.