활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I am new to AEM and wanted to test the form using javascript. In my AEM form there is button which clears all the fields value.
I need to click on that button using javascript.
I am not able to find any function for click or press in given document.
https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/pdfs/acrobatsdk_jsapiref.pdf
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @arvind12 ,
In AEM - JS,CSS, etc. keeps under one folder that's called clientlib. To render your script based on some event you should have your JavaScript implemented in clientlib. For how to create clientlib please go through these below links.
You can also visit this article to include JavaScript in different ways: https://sourcedcode.com/blog/aem/how-to-include-javascript-for-an-aem-website
Hope that helps!
Regards,
Santosh
Is there something which I can try/run with JavaScript Console within Adobe?