About 52 results
Open links in new tab
  1. Retrieving values from multifield component in HTL in AEM 6.5

    Retrieving values from multifield component in HTL in AEM 6.5 Asked 5 years, 11 months ago Modified 1 year, 11 months ago Viewed 15k times

  2. sightly - AEM different ways to use HTL sly - Stack Overflow

    Dec 16, 2020 · AEM different ways to use HTL sly Asked 5 years, 1 month ago Modified 5 years ago Viewed 2k times

  3. sightly - AEM HTL repeating an element containing "data-sly-resource ...

    Jan 21, 2022 · AEM HTL repeating an element containing "data-sly-resource" using data-sly-repeat Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 2k times

  4. aem - Sightly - Empty check on list HTL - Stack Overflow

    Sep 6, 2020 · How to check the empty list on Sightly? I wanted to prevent render the item-list DIV if there was no item on itemImgaeList. But it returns me one (1) always if there were no items while …

  5. aem - Sightly (HTL) List iteration - Stack Overflow

    Feb 13, 2017 · You can either use data-sly-list or data-sly-repeat to iterate over collections / iterables in HTL. Both of them work the same with the only difference, data-sly-repeat doesn't require a container …

  6. html - How to use " " in HTML5 - Stack Overflow

    Oct 28, 2015 · In HTML, using   for space, I get one space in the output. If my requirement needs more spaces, say 100, then how can I make that tag efficient? Should I type   100 …

  7. How to add data-attribute conditionally using HTL in AEM?

    How to add data-attribute conditionally using HTL in AEM? Asked 5 years, 6 months ago Modified 5 years, 6 months ago Viewed 4k times

  8. aem - AEM6.5 Passing paramater to the resource from HTL/Sightly ...

    Nov 18, 2022 · AEM6.5 Passing paramater to the resource from HTL/Sightly template Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 497 times

  9. What is the difference between data-sly-use, data-sly-resource, data ...

    Oct 28, 2015 · As you already said: data-sly-use "is used to add js/java". You declare component-beans with this statement for instance. data-sly-resource you can override a resource-type for a included …

  10. Accessing properties from within a script tag in AEM sightly component

    The HTL expression ${} will evaluate and print in-place. if you use ${properties.ambetter @context="text"}' ? '#fff' : '#AAA where properties.ambetter is null, you'll end up with ? '#fff' : '#AAA' …