Issue 1963: Buttons in selectHelper
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by tdragsb...@gmail.com, Aug 16, 2013
Does anyone know how to use buttons in the selectHelper function? 

I am making a booking system, and i want the user to submit a booking from a button directly in the clicked cell.
Aug 25, 2013
Project Member #1 adamrs...@gmail.com
you'd have to listen to the select callback:
http://arshaw.com/fullcalendar/docs/selection/select_callback/

and then render a button, probably positioned absolutely and overlaid on top of the area

beyond this, i cannot help
Status: Done