Skip to content

Callbacks (4.2)

Compare
Choose a tag to compare
@maddhatter maddhatter released this 16 Mar 18:32
· 33 commits to master since this release

Allow callback options to be set, using setCallbacks()

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