plugins

activates the specified extensions

void plugins(object ext);
extobjectextensions that need to be activated

Example

scheduler.plugins({
   agenda_view: true,
   daytimeline: true
});

See also
Change log

added in v6.0

Back to top