Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi,
Is it possible to defer or call ClientLibs asynchronously in AEM 6.1? So, something like: <cq:includeClientLib js="cq.jquery" async /> or <cq:includeClientLib js="cq.jquery" defer /> ? I have found examples using Sightly in AEM 6.2 but no luck finding examples using JSP's.
Any help appreciated.
Thanks
Theo
No - its loaded when the script that contains the clientlib is loaded. There is no OOTB setting that delays loading a clientlib.
Now you can do it with JS itself -- see
http://stackoverflow.com/questions/9611714/delay-script-loading
Hope this helps.
Visualizações
respostas
Total de curtidas
Hi,
Are there any plans in future AEM versions to allow this? I have seen that you can do it with Sightly in AEM 6.2 but we are using JSP's
Thanks
Theo
Visualizações
respostas
Total de curtidas
I don't believe Adobe is putting any attention on improving support for JSP beyond what's already in place. Sightly is the new standard so it may be worth implementing the component you need this functionality in with Sightly rather than JSP.
I do not believe so - any dev effort will go into HTL as they are focusing on TOuch UI and HTL.
Visualizações
respostas
Total de curtidas
If you want this feature from OOTB AEM? - Not supported
But you can follow approach mentioned here for these attributes
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtidas
respostas