1
0
-1

Hi,

In the Calendar Plugin, how do I update a record using javascript in the column Event Rendering Callback (Javascript)?

Thanks.

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, I think there is json api for this, you can refer to JSON API#web/json/data/form/store/(*:appId)/(*:formId)/(*:primaryKeyValue). But this only allow admin user to update. For security concern, I would suggest you implement your own Web Service Plugin to handle it.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        ok, will check that out. Thanks!

          CommentAdd your comment...