Our powerful JS Calendar component


Post by SHQK »

When the Event Editor has been showing,
I can close this Event Editor by click Cancel button, click in other area or click [X],
And I want add some logic before Event Editor has been closed,
So how I can handle or listener this event?



Post by SHQK »

Hi mats,
Can you please give me some detail example of code?


Post by mats »

 features : {
        eventEdit : {
            editorConfig : {
                listeners : {
                    beforeHide(event) {
                        console.log(event);
                    }
                }
            }
        }
    },

Post by SHQK »

Many thank mats


Post Reply