Also, what exactly are these functions…
this.setAppointmentProperty(editAppointment.id,”teacher”, teacher);
this.getAppointments()[this.getAppointments().length-1].teacher = teacher;
Hi
How do you do this part…
var teacherContainer = $(‘.jqx-scheduler-edit-dialog-label’)[1].nextElementSibling;
var teacherInput = $(teacherContainer).find(‘input’);
var teacher = teacherInput.val();
in angular2+ (typescript)?
Thanks,
-Nader