
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
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
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
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 …
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 …
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 …
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
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
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 …
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' …