highlight_displayed_event

specifies whether events retrieved by the showEvent method should be highlighted while displaying

boolean highlight_displayed_event;

Example

scheduler.config.highlight_displayed_event=false;
...
scheduler.init('scheduler_here',new Date(2010,0,10),"week");


Default value:

true
Details

The parameter is available from version 3.5 and used only in the context of the showEvent method.

See also
Back to top