この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
If you want this feature from OOTB AEM? - Not supported
But you can follow approach mentioned here for these attributes