Hello,
I’m trying to populate my light box, after my Jquery ajax call is successfull…
I click on one event inside scheduler, and get the event object by id correctly from database…with jquery ajax
Unfortunatly, for now i can’t inject my avlues inside the lightbox fields.
This is my code :
You see i’m using setValue, but it doesn’t type something inside fields …
THank you if you have any idea …
Ok finally I think its ok with this syntax :
scheduler.formSection('Téléphone').setValue("'"+response.telephone+"'");