FullCalendar控件的使用

FullCalendar提供了丰富的属性设置和方法调用,开发者可以根据FullCalendar提供的API快速完成一个日历日程的开发,下面展示使用的案例:

本人开发的页面及代码如下

FullCalendar控件的使用_第1张图片

日历
< link rel='stylesheet' href='<%=contextPath%>/calendarManage1/fullcalendar/fullcalendar.css' />
< script src='<%=contextPath%>/calendarManage1/fullcalendar/lib/jquery.min.js'>
日历任务管理
textField="nodeText" valueField="nodeId" parentField="pid" dataField="treeList"
showFolderCheckBox="true" expandOnLoad="false" resultAsTree="false" showClose="true"virtualScroll="true"
popupWidth="200" style="width:125px;"/>



想要进一步了解学习fullcalendar的朋友可以点击下列链接地址:
http://www.helloweba.com/view-blog-231.html
http://blog.163.com/lizhenming_2008/blog/static/7655833320124304254255/
https://fullcalendar.io/docs/
其中包括控件的属性,事件和方法
http://codego.net/433347/
http://www.iteye.com/problems/97796

你可能感兴趣的:(常用开发控件)