Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

contextMenuItems? #238

Closed JolyneAnasui closed 2 years ago

JolyneAnasui commented 5 years ago

i wonder what's the function of code below, it's an option in calendar. contextMenuItems:[ { text: 'Update', click: editEvent }, { text: 'Delete', click: deleteEvent } ],

thaqiftaher commented 5 years ago

Hi there,

This function will be fired when a day is right clicked. If you refer to the full example here, you can edit the information for the specific date.

JolyneAnasui commented 5 years ago

much thanks.@thaqiftaher omg, my poor english, i didn't see the word 'right' and i've try everything to find the function of it but fail.