Call api when next or previous month is triggered #186
Unanswered
ralliart2004
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
options.onNextMonth( date ):
Fires when the calendar moves to the next month.
Parameter: date: 'Object' - The new display date.
I tried adding event listener for this and have not seen it come across. Maybe I am doing this wrong?
Ive got it to on load fire my ajax call but the api requires the current month being called and want to fire the api call on prev and next month calls
Any suggestions?
I want to disable all buttons in the title bar except for next, prev month and the month, year dropdown.
I also want to be able to click or hover the event and display the into within the event
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions