javascript - 我想说,用fullcalendar和bootstrap这两个东西能实现这个效果么?
大家讲道理
大家讲道理 2017-04-10 14:28:44
0
1
378

如图,单独的模态框好弹,但是这种“点哪从哪弹出”的弹出框就麻烦了。

自己找到了答案:

            eventRender: function(event, element) {
            console.log(event);
            console.log(element);
            element.popover({
                 title: event.title,
                 placement: 'right',
                 html: true,
                 trigger: 'click',
                 container: 'body',
                 content: '<p></p>',
             });
        } 
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
刘奇

你可以获取鼠标点击时坐标,然后根据你想要的bootstrap模态框宽高来控制它的位置就行了

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template