plugins

activates specified extensions

void plugins(object ext);

Parameters

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