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
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
3월 26
|
3298 | |||
|
2
6월 25
|
3486 | |||
|
1
5월 25
|
4280 | |||
|
1
4월 25
|
6334 | |||
|
3
8월 24
|
4482 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.