开发者

Prevent fullcalendar from accepting every "droppable" object

开发者 https://www.devze.com 2023-01-16 06:05 出处:网络
I\'m using the jquery \"dialog\" feature to开发者_如何学编程 provide popup windows with fullcalendar.I use the \"modal: true\" setting to disable the parent page.However, fullcalendar tries to interac

I'm using the jquery "dialog" feature to开发者_如何学编程 provide popup windows with fullcalendar. I use the "modal: true" setting to disable the parent page. However, fullcalendar tries to interact with the modal accepting it as a droppable object. As a result when you drag the modal the calendar days underneath highlight. When you let go the fullcalendar errors....


Or set the option droppable = false.


Got it:

drop-accept: 'div class of object'

under the calendar.

0

精彩评论

暂无评论...
验证码 换一张
取 消