Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5755 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jul. 25
434
2
jun. 25
805
1
mei 25
2395
1
apr. 25
3495
3
aug. 24
2602