码迷,mamicode.com
首页 > 其他好文 > 详细

fullCalendar

时间:2015-02-25 15:37:03      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:

events: [
                    <#if map??>
                        <#if map.holidays??>
                        <#list map.holidays as holiday>
                            {
                            title:‘休‘,
                            start: ‘${holiday}‘
                        } ,
                        </#list>
                        </#if>
                        <#if map.workday??>
                        <#list map.workday as workday>
                            {
                            title:‘班‘,
                            start: ‘${workday}‘,
                            backgroundColor:‘#106EA4‘
                        }
                        <#if workday_index<map.workday.size()-1>,</#if>
                        </#list>
                        </#if>
                    </#if>
                ], 

 

为事件设置不同的背景色!

fullCalendar

标签:

原文地址:http://www.cnblogs.com/lius1/p/4299631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!