跳至內容
選單
此問題已被標幟
1 回覆
5824 瀏覽次數

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
588
2
6月 25
964
1
5月 25
2527
1
4月 25
3662
3
8月 24
2752