반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NextJS
- yona
- git
- jenkins
- MariaDB
- rocky9
- submit
- centos7
- Java
- FCM
- pwa
- ajax
- popup
- Eclipse
- Push
- Next.js
- mybatis
- javascript
- SpringBoot
- jquery
- nodejs
- security
- MSsql
- PM2
- Maven
- config
- spring3
- node.js
- mysql
- docker
Archives
- Today
- Total
ふたりで
fullcalendar 응용? events에jstl을... 본문
728x90
반응형
SMALL
events: [
<c:forEach var="items" items="${requestScope.attList}" varStatus="status">
{
title: '${items.statue}',
start: '${items.adate}'
<c:choose>
<c:when test="${items.statue=='결근'}">,color : '#FB5175'</c:when>
<c:when test="${items.statue=='지각'||items.statue=='조퇴'||items.statue=='외출'}">,color : '#dddddd'</c:when>
<c:otherwise>,color : '#337AB7' </c:otherwise>
</c:choose>
},
</c:forEach>
]
728x90
반응형
LIST
'Other' 카테고리의 다른 글
jstl session에담은 값 참조하기 (0) | 2020.11.26 |
---|---|
햣 cli 명령어 간략 정리 (0) | 2020.11.04 |
MS-SQL서로 다른 서버 간의 쿼리를 위해 (0) | 2020.03.13 |
fullCalendar eventClick 시 url 호출 막기 (0) | 2020.02.21 |
fullcalendar eventClick background-color change (0) | 2020.02.21 |
Comments