|
|
|
ใส่ tooltip ใน events บน Fullcalendar เป็นแบบ topics |
|
|
|
|
|
|
|
ลองดูคับ
Code
eventMouseover: function (event, jsEvent) {
$(this).popover({
title: event.name,
placement: 'auto',
trigger: 'hover',
delay: { show: 200, hide: 100 },
animation: true,
container: '#calendar',
html: true,
content: event.title
}).popover('toggle');
},
|
|
|
|
|
Date :
2017-07-19 19:19:37 |
By :
2038092003078642 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ modal เสริม ตอนคลิกไปเลยก็ดีนะครับ
ถ้ามีคนเปิดบนมือถือเกรงว่า tooltip จะไม่ทำงาน
แต่ถ้าเป็น modal หรือ popup อื่นๆ จะสะดวกต่อผู้ใช้ครับ
|
|
|
|
|
Date :
2017-07-24 08:52:23 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|