Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5788 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 25
478
2
jun. 25
877
1
mai. 25
2457
1
abr. 25
3584
3
ago. 24
2673