Added now indication and changed snap duration
This commit is contained in:
parent
9e116623dc
commit
0e9758372d
2 changed files with 4 additions and 2 deletions
|
@ -1408,11 +1408,12 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
|
||||
// Initialize page calendar
|
||||
$('#calendar').fullCalendar({
|
||||
nowIndicator: true,
|
||||
defaultView: defaultView,
|
||||
height: getCalendarHeight(),
|
||||
editable: true,
|
||||
firstDay: firstWeekdayNumber,
|
||||
snapDuration: '00:30:00',
|
||||
snapDuration: '00:15:00',
|
||||
timeFormat: timeFormat,
|
||||
slotLabelFormat: slotTimeFormat,
|
||||
allDayText: EALang.all_day,
|
||||
|
|
|
@ -697,11 +697,12 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
|||
defaultView: 'agendaDay',
|
||||
height: getCalendarHeight(),
|
||||
editable: true,
|
||||
firstDay: firstWeekdayNumber,
|
||||
timeFormat: timeFormat,
|
||||
slotLabelFormat: slotTimeFormat,
|
||||
allDaySlot: true,
|
||||
columnFormat: columnFormat,
|
||||
firstDay: firstWeekdayNumber,
|
||||
snapDuration: '00:15:00',
|
||||
header: {
|
||||
left: 'listDay,agendaDay',
|
||||
center: '',
|
||||
|
|
Loading…
Reference in a new issue