 |
|
ขอสอบถามเพื่อนๆ พี่ๆ ที่เคยใช้งานเกี่ยวกับตัว Fullcalendar หน่อยครับ คือผมก็ลองสร้าง event ขึ้นมาปกติ แต่ผมลองใส่ event ของวันที่
2014-10-21 ไปทั้งหมด 6 events ผลที่ได้คือ ตัว IE8 สร้าง event ให้กับวันที่ 2014-10-21 แค่ 2 events ส่วนที่เหลืออีก 4 ไปปลงของวันอื่นๆ ดังรูปครับ ส่วนของ chorme และ firefox ก็แสดงผลได้ปกติ ผมอยากถามว่ามีใครเคยเจอปัญหาเหมือนผมมั้ยครับ แล้วแก้ไขกันยังไงครับ ขอบคุณครับ
Code (JavaScript)
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
// defaultDate: '2014-09-12',
editable: false,
eventLimit: false, // allow "more" link when too many events
events: [
{
title: 'Click for Google',
start: '2014-10-21'
},
{
title: 'Click for Google',
start: '2014-10-21'
},
{
title: 'Click for Google',
start: '2014-10-21'
},
{
title: 'Click for Google',
start: '2014-10-21'
},
{
title: 'Click for Google',
start: '2014-10-21'
},
{
title: 'Click for Google',
start: '2014-10-21'
}
]
});
IE8

Chorme

Firefox

Tag : - - - -
|
|
 |
 |
 |
 |
Date :
2014-10-22 09:07:01 |
By :
demiketcer |
View :
1074 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |