This topic is locked

Adding 'go' button next to month and year selections in monthly view

11/20/2014 9:57:11 PM
Calendar Template general questions
M
mfred author

Some users have difficulties with the month and year selections in the month view. Depending on their connection speed, there is a delay in the transition between months. If they select the year to quickly before the month transitions, the year reverts back to the previous setting. I would like to add a 'go' button in place of the automatic transition. How can that be done?

admin 11/21/2014

Yes, in general it's possible. There a code snippet named event_Monthly_Next_Prev on Monthly calendar page that you need to modify. You need to remove Javascript that changes page location immediately after dropdown selection and add a new link/button that perform the redirect based on year/month selection. Not extremely difficult but coding skills will be required.

M
mfred author 11/25/2014

Thanks