728x90 Thymeleaf2 타임리프 (Thymeleaf) 정리 (2) 5 Setting Attribute Values * 속성의 값을 설정할 수 있음 : action 속성값을 설정 * 콤마(,)로 구분하여 여러개의 속성값을 한번에 설정이 가능함 : src, title, alt 속성값을 설정 * th:attr="속성명=값"의 형태를 간단하게 th:속성명="값" 형태로 사용 가능함 * 축약해서 사용할 수 있는 속성명들이 많으므로 Thymeleaf 3.0 문서의 31p 참조할 것 th:abbr th:accept th:accept-charset th:accesskey th:action th:align ... 생략 * 여러 속성의 값을 하나의 값으로 설정이 가능함 : th:attr="속성명=값"의 형태로 축약하면 아래와 같이 나타낼 수 있음 : title, alt 속성의 설정값이 .. 2021. 10. 7. 타임리프 (Thymeleaf) 정리 (1) * Thymeleaf 3.0 문서를 참고하여 정리함 https://www.thymeleaf.org/documentation.html Documentation - Thymeleaf Articles Quick glimpses into what Thymeleaf can bring to your project. Introductions With Spring Comparisons www.thymeleaf.org 1 Introducing Thymeleaf 2 The Good Thymes Virtual Grocery 3 Using Texts * 타임리프의 문법 형태는 HTML5 문법 형태로 변경이 가능함. 세미콜론(:)을 하이픈(-)으로 변경하면 됨 : th:text -> data-th-text * th:text :.. 2021. 10. 6. 이전 1 다음 728x90