Open
Description
A list of all the processors currently supported in the latest version of ThymeleafJS. There's not one list of all processors, but I've done my best to list them all here after scouring the docs: https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html The HTML ones will be simplified as there's a lot of them to write otherwise!
Text processors
-
th:inline
-
th:text
-
th:utext
Control flow processors
-
th:case
-
th:if
-
th:each
-
th:switch
-
th:unless
Fragment processors
-
th:fragment
-
th:insert
-
th:remove
-
th:replace
Local variables
-
th:object
-
th:with
Attribute processors
-
th:attr
-
th:attrappend
-
th:attrprepend
-
th:alt-title
-
th:classappend
-
th:xml-lang
Writable HTML attribute processors
-
th:class
-
th:href
-
th:src
-
th:value
- (too many others to list! See here for what could be missing: https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#setting-value-to-specific-attributes)
Boolean HTML attribute processors:
-
th:checked
- (too many others to list! See here for what could be missing: https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#fixed-value-boolean-attributes)
Element processors
-
th:block