Callbacks (4.2)
Allow callback options to be set, using setCallbacks()
$calendar->setCallbacks([ //set fullcalendar callback options (will not be JSON encoded)
'viewRender' => 'function() {alert("Callbacks!");}'
]);
Allow callback options to be set, using setCallbacks()
$calendar->setCallbacks([ //set fullcalendar callback options (will not be JSON encoded)
'viewRender' => 'function() {alert("Callbacks!");}'
]);