zoukankan      html  css  js  c++  java
  • fullCalendar

    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>
                    ], 

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

  • 相关阅读:
    搭建MHA问题汇总
    NOIP2009 靶形数独
    get_mysql_conn_info.py
    NOIP 2005 篝火晚会
    MySQL启动关闭添加到 /etc/init.d/mysqld
    noip2002 矩形覆盖
    get_slave_status.py
    [JSOI2008]魔兽地图
    MySQL数据导出导入任务脚本
    8.30 牛客OI赛制测试赛1 F题 子序列
  • 原文地址:https://www.cnblogs.com/lius1/p/4299631.html
Copyright © 2011-2022 走看看