【发布时间】:2014-07-25 06:25:47
【问题描述】:
我正在使用 arshaw full calendar droppable (http://arshaw.com/js/fullcalendar-2.0.2/demos/external-dragging.html) 的示例 我想要的一次是将元素放入日历中,以使用开始日期和结束日期填充 2 个字段。
<input type="text" id="StartDate" />
<input type="text" id="EndDate" />
不幸的是,网站中的 droppable 部分 (http://arshaw.com/fullcalendar/docs/dropping/droppable/) 没有显示如何实现这一点
【问题讨论】:
标签: javascript jquery fullcalendar