About 50 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. 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 …

  3. 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

  4. 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

  5. Using AEM's Javascript Use-API, how can I pass a function to the HTL ...

    Nov 19, 2019 · Using AEM's Javascript Use-API, how can I pass a function to the HTL side and invoke it with arguments? Asked 6 years, 1 month ago Modified 6 years, 1 month ago Viewed 4k times

  6. AEM - certain page properties don't render in Sightly HTL

    Dec 9, 2021 · I am trying to access certain page properties for a certain page using a path defined in a component's dialog. I am using this in my AEM PageCard Class: public Page getPage() { return this.

  7. java - How to find the size of a sightly list - Stack Overflow

    Aug 11, 2020 · Learn how to determine the size of a Sightly list in Java with practical examples and solutions on Stack Overflow.

  8. 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

  9. Can I use sightly display context along with i18n label?

    Apr 10, 2017 · 0 HTL will not decode the text returned by format. I think the confusion comes from the documentation which states for the display context text the following: Use this for simple HTML …

  10. AEM 6.0: Additional parameters when using data-sly-resource?

    There is a newer feature that request-attributes can be set on data-sly-include and data-sly-resource : <sly data-sly-include="${ 'something.html' @ requestAttributes=amapofattributes}" /> Unfortunately it …