본문 바로가기
IT/Thymeleaf

[Thymeleaf] - 타임리프 th:utext, th:style, th:field 사용법 및 문법

by 차이나는 개발자 2022. 1. 26.
728x90
반응형

#타임리프 th:utext, th:style, th:field 사용법 및 문법

 

 

#th:utext, th:style, th:field

 

<th:block th:utext="hello"></th:block>

<td th:style="${data.userId == 'ADMIN'} ? 'font-weight:bold' : '' ">

<input type="text id="userId" name="userId" th:field="${data.userId}">

 

 

 

728x90
반응형

댓글