Skip to Content
Menú
This question has been flagged
1 Respondre
5743 Vistes

how to increase calendar line width like width 1am-2am

and I want the specific time of today like 10:00 am to 7:00 pm

Avatar
Descartar
Best Answer

now sure if I understand what you want to change.

/addons/web_calendar/static/lib/fullcalendar/js/fullcalendar.js

changed:

setDefaults({

allDaySlot: true,

allDayText: 'all-day',

firstHour: 6,

slotMinutes: 15,

defaultEventMinutes: 120,

axisFormat: 'h(:mm)tt',

timeFormat: {

agenda: 'h:mm{ - h:mm}'

},

dragOpacity: {

agenda: .5

},

minTime: 7,

maxTime: 16,

slotEventOverlap: true

});

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 25
391
2
de juny 25
773
1
de maig 25
2378
1
d’abr. 25
3472
3
d’ag. 24
2586