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

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

  • 相关阅读:
    React 组件间的通讯
    javascript 闭包详解及作用
    selenium使用技巧
    多线程
    渗透测试
    什么是Selenium Grid?如何搭建Selenium Grid?
    前端性能测试工具原理与行业常用工具简介
    后端性能测试工具原理与行业常用工具简介
    性能测试方法和应用
    软件性能与性能指标
  • 原文地址:https://www.cnblogs.com/lius1/p/4299631.html
Copyright © 2011-2022 走看看