
Retrieving values from multifield component in HTL in AEM 6.5
Retrieving values from multifield component in HTL in AEM 6.5 Asked 6 years, 3 months ago Modified 2 years, 3 months ago Viewed 15k times
Add attribute in Sightly/HTL only if it exists (AEM)
Nov 30, 2020 · HTL Only You can opt for a HTL-only approach in case you feel a Sling Model is overkill. Downside is your HTL will turn complex and hard to maintain very quickly.
How to iterate through two lists in HTL/Sightly? - Stack Overflow
Aug 13, 2021 · How to iterate through two lists in HTL/Sightly? Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 972 times
How to call Sling Model Method with input parameter AEM
Feb 19, 2017 · By design of the HTL/Sightly language, sending parameters is only possible for data-sly-use (use objects initialization) and data-sly-call (template calls). The reason for this is to separate …
sightly - AEM HTL dynamic property name - Stack Overflow
May 3, 2023 · Is there any way in HTL to use dynamic property name something like this ${class.map['prefix' + item.name]}
sightly - AEM different ways to use HTL sly - Stack Overflow
Dec 16, 2020 · Most of HTL can be written around existing HTML tags and attributes, such as ... However, in instances where you don't want the HTML element to be present in the output, you can …
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 …
css - HTL conditional in styling - Stack Overflow
Feb 21, 2021 · HTL conditional in styling Ask Question Asked 5 years, 1 month ago Modified 5 years, 1 month ago
HTL AEM conditional OR operator issue - Stack Overflow
Jul 24, 2020 · HTL AEM conditional OR operator issue Asked 5 years, 9 months ago Modified 5 years, 9 months ago Viewed 987 times
HTL Language, string concatenation and ternary operator
Nov 2, 2016 · HTL Language, string concatenation and ternary operator Asked 9 years, 5 months ago Modified 9 years, 5 months ago Viewed 2k times