Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery Full Calendar: callback 'after' the calendar has loaded completely

Is there a callback in Adam Shaw's jquery full calendar which is called after the calendar has rendered completely?? I want to call the clientEvents function in that call back to get all the events on the client side. I tried doing this in viewDisplay, but it is called before the events are rendered and the clientEvents returns 0 events.

like image 307
Khizar Avatar asked Feb 14 '12 05:02

Khizar


Video Answer


1 Answers

This may be WAY old now, but there is currently an official callback function (added in version 1.6): eventAfterAllRender. No source code modification needed.

like image 169
Blair Connolly Avatar answered Sep 29 '22 12:09

Blair Connolly