nhn / toast-ui.vue-calendar

Toast UI Calendar for Vue
MIT License
195 stars 54 forks source link

Click on the save of the plan box, how to save the content on the table displayed on the date #8

Closed xiaomao996688 closed 5 years ago

xiaomao996688 commented 5 years ago

11

sohee-lee7 commented 5 years ago

@xiaomao996688 When press save button, onBeforeCreateSchedule event occurs. In onBeforeCreateSchedule handler, a schedule of parameter should be pushed in scheduleList.

xiaomao996688 commented 5 years ago

@xiaomao996688 When press save button, onBeforeCreateSchedule event occurs. In onBeforeCreateSchedule handler, a schedule of parameter should be pushed in scheduleList.

OnBeforeCreateSchedule is not triggered when you click Save image

sohee-lee7 commented 5 years ago

Did you register the event handler properly? like this: 2019-01-29 10-07-54 993

xiaomao996688 commented 5 years ago

I registered to write an "on", thank you very much.

xiaomao996688 commented 5 years ago

Did you register the event handler properly? like this: 2019-01-29 10-07-54 993 I registered to write an "on", thank you very much.