Git Product home page Git Product logo

Comments (4)

fmcarvalho avatar fmcarvalho commented on May 30, 2024

Can you give an example use case please, for that usage.

from htmlflow.

benzen avatar benzen commented on May 30, 2024

I'll use the exemple provided in the thymleaf documentation

<script th:inline="javascript">
    ...
    var username = [[${session.user.name}]];
    ...
</script>

Here the value from session.user.name is used to generate the content of the script.

There is ways to workarround this as a missing feature, like adding data to the dom, that the JS code would pick up on initialisation.

But the way proposed by thymleaf feels quite natural to me. If we decide to not provide support for this feature in HtmlFlow, I think documentation should guide a developper toward alternatives.

from htmlflow.

fmcarvalho avatar fmcarvalho commented on May 30, 2024

Maybe I am not entirely understanding that use case. But I am not figuring out the need of "adding data to the dom, that the JS code would pick up on initialisation".

If I am thinking well when you build a Javascript block in HtmlFlow such as: ....script().text(inlinejs), where the inlinejs local variable should be initialized before with the Js code such as String inlinejs = String.format("... var username = %s", session.user.name). Isn't it?

from htmlflow.

benzen avatar benzen commented on May 30, 2024

This is perfect, especially with brand new textblock feature and the instance method formatted on string.

As I suspected it's just a matter of documentation. Thank you very much.

I propose we keep this issue open, I'll make a PR for enhancing documentation on this point

from htmlflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.