fires after the Timeline view has been initialized, but is not rendered on the page yet (the Timeline view only)
config | object | the Timeline view config object |
scheduler.attachEvent("onTimelineCreated", function (config){
//any custom logic here
});
The event is invoked from the createTimelineView method.
Back to top