Our pure JavaScript Scheduler component


Post by mweel »

I would like to show my own modal when they add or edit the event? I noticed the VUE Wrapper has the onBeforeEventAdd, and onBeforeEventEdit.

Are these the right ones to do this?

Either way, I cannot get these events to fire..

<bryntum-scheduler
  ref="scheduler"
  v-bind="schedulerConfig"
  @onBeforeShow="onBeforeShowAction"
/>

Post by saki »

Try

@beforeShow="onBeforeShow"

If it won't help, post please a runnable showcase.


Post Reply