跳至内容
菜单
此问题已终结
1 回复
5773 查看

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

形象
丢弃
最佳答案

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

});

形象
丢弃
相关帖文 回复 查看 活动
1
7月 25
454
2
6月 25
825
1
5月 25
2407
1
4月 25
3517
3
8月 24
2618