-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supported processors #21
Comments
What about the |
Ah, no that one isn't. I'll add it to the list. I haven't tried porting element processors yet either, so I may need to come up with some way of doing them. |
@rob-bar, I've just pushed some commits that added support for element processors and |
Great! In the meantime I created an adapter for Fractal. You can find it here: |
forecast to arrive th:switch? |
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
Boolean HTML attribute processors:
th:checked
Element processors
th:block
The text was updated successfully, but these errors were encountered: