Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5793 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
juil. 25
497
2
juin 25
891
1
mai 25
2464
1
avr. 25
3601
3
août 24
2686