Expand my Community achievements bar.

SOLVED

How can i use javascript to controller a component with AEM

Avatar

Level 1

Can i use Javascript to controller a component in AEM 6.4? How configure to build a script JS in UI.Frontend to Clientlib-site.JS? 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @thionor ,

 

ui.frontend has a "clientlib.config.js", which contains configuration to store generated Clientlib-site.JS in the ui.app repository.

You can modify this as per your project structure to store generated js file in your project.

 

If you want to use JavaScript controller in the HTL/sightly file, please refer to the below link for the same.

https://adobemarketingclub.com/2015/12/05/javascript-use-api-with-a-simple-component-in-sightly/

 

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @thionor 

Question is not clear. Kindly elaborate. 

If you are looking at how to include js please check the below document

https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/clientlibs.htm...

Avatar

Correct answer by
Community Advisor

Hi @thionor ,

 

ui.frontend has a "clientlib.config.js", which contains configuration to store generated Clientlib-site.JS in the ui.app repository.

You can modify this as per your project structure to store generated js file in your project.

 

If you want to use JavaScript controller in the HTL/sightly file, please refer to the below link for the same.

https://adobemarketingclub.com/2015/12/05/javascript-use-api-with-a-simple-component-in-sightly/