Issue 856: catch the event of the buttons 'PREV', 'NEXT' and 'TODAY'
Status:  Done
Owner: ----
Closed:  Mar 2011
Reported by erivaldo...@gtempaccount.com, Mar 19, 2011
Dear, 
Gotta catch the event of the buttons 'PREV', 'NEXT' and 'TODAY'. To make a call to a 'Handler' as I do in this 'LOAD': 
events: "Handler_Reserva.ashx? assessorIds =" + $ get ("ddl_Reserva_Tipo.") value. 
I need to pass a date for my appointment, because as this in the 'Load', I'm carrying all events and is heavy. 
Appreciate the help!

Mar 21, 2011
Project Member #1 althaus.it
You should be able to add your handling to the click event of the buttons.
Status: Discussing
Mar 21, 2011
#2 erivaldo...@gtempaccount.com
Please, do not know how! you could give me an example?
Mar 24, 2011
Project Member #3 adamrs...@gmail.com
viewDisplay might work for you:
http://arshaw.com/fullcalendar/docs/display/viewDisplay/

if not, you can attach handlers directly to the buttons using jquery (use firebug to figure out a selector you can access them with). but beyond that, cannot help you, this is not a support forum.
Status: Done
Mar 26, 2011
#4 erivaldo...@gtempaccount.com
Ok! Tks..