hello,In a new project, we need to use an iframe to embed a web page from another site into AMS's AEM.We plan to solve this using the ootb core embed component.The web page we are trying to embed using an embed(iframe) is managed by the same group and is a web page created in asp/aspx and located on...
Hi Team,I tried adding caption to scene7 as var s7videoviewer = new s7viewers.VideoViewer({ "containerId": 'id', "params": { "serverurl": serverURL, "contenturl": contentURL+"/", ...
Hi, Previously we have integrated OKTA to AEM for the user authentication. Now we are planning to migrate our user authentication from OKTA to VIP. Is same integration process for the VIP too? https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/single-sign-on-with-okta Thanks,B...
Hello Everyone, How can I call my servlet during page load time?I know below mentioned approach. Added this ajax call in some genral js file. $.ajax({ url: "/content/data/practice/servlet/dummyServlet", type: "GET", data: { ...
Hi,I am new to AEM , I want to apply for Adobe Experience Manager Sites Developer certification Exam ID: AD0-E12. can someone guide me like how many months preparation will required for this exam. where I will get the practice questions an dumps. what is the step by step approach to get passed in th...
Hi everyone,I have created a simple custom iframe component as such - <iframe id="iframe-test" class="embed-iframe iframe-main" src="${properties.url}" style="width:100%;border:none;" allowfullscreen> </iframe> In editor mode I am unable to edit other components while this if...
How can I add a custom attribute to the dialog element? We typically use attributes like granite:class, Id, and title. Similarly, I believe we can add custom attributes as well. This approach works for RTE. <textfieldsgroup granite:class="cq-RichText-FixedColumn-column" ...
Hi Everyone, I am trying to create a multifield dialog using sling model but while accessing the values, my code is failing to get current resource. My code is failing inside try block , i am getting null value of current resource. Please help me to understand and resolve this issue. package com.sit...
I have a requirement to convert the non-PDF assets to PDF assets. As per the suggestion i had installed aem-service-pkg-6.5.20.0.zip with adobe-aem-forms-addon-6.5.20.0-windows.zip. https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/install-aem-forms/osgi-installation/ins...