Our pure JavaScript Scheduler component


Post by sachidanand »

Hello Team,

In scheduler , is it possible to get editor window fields details on click of AfterEventSave() method.

For example : We have the listener

beforeEventEditShow: ({ eventRecord, editor }: any

here we can get those fields details in the editor object. So , do we have the possibility to achieve the same here on click of AfterEventSave() method.


Post by tasnim »

Hi,
Please check this https://bryntum.com/docs/scheduler-pro/api/SchedulerPro/view/SchedulerProBase#event-afterEventSave
afterEvetSave has the editor property, you can get it like this

afterEventSave({ editor }) {...}

Post Reply