week_agenda_select

highlights the selected event in the Week Agenda view

boolean week_agenda_select;

Available only in PRO Edition

Example

scheduler.config.week_agenda_select= false; scheduler.init('scheduler_here',new Date(2013,0,10),"agenda_week");


Default value:

true
Applicable views:Week Agenda View
Details

The property requires the week_agenda plugin to be activated.

Note, that the false value of the week_agenda_select config forbids only highlighting of the selected event but doesn't forbid its editing. To make the event non-editable use the readonly config.

See also
Back to top