Hi,We were able to implement i18n and display dialogue field labels in different languages successfully. Please follow the steps below to display your dialogue field labels in different languages:1. Inside your component folder, create the i18n sling folder. Then create language folders (nt:folder) ...
Hi Pradeep,AEM has OOTB library to implement the hide/show feature. You can use below path:/libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.jsPlease refer below working code which might help you in implementing hide/show feature in your granit...
Hi,We were able to implement i18n for touch UI components in AEM 6.2 successfully. Please go through the below working code which might help you in implementing i18n.Note: Please follow the steps from link below to create a dictionary:https://helpx.adobe.com/experience-manager/6-2/sites/developing/u...
Hi,Assuming that you're using sling:resourceType as "granite/ui/components/foundation/form/fieldset", please use the following JS logic (nested-multifield.js here) that creates and fills the nested multifield with one multifield item open by default on dialog load. The highlighted lines of code in t...
Hi,You can align your fieldLabel and textfield in a single line, in your AEM 6.3 dialog by adding custom css. Please go through below working example which might help you in understanding on how to align your fieldLabel and textfield in a single line.1. Under /etc/designs/<your-project>/clientlibs(s...
Hi Pranav,You can integrate the AngularJS Framework into Adobe Experience Manager thereby enabling you to build components that take advantage of the AngularJS framework. Please refer below link. It guides you through the process of creating an AEM component that uses basic AngularJS functionality.h...
Hi,Please refer to the link mentioned below. It will provide you all the information on installing, administering, using and developing with AEM 6.3.Deploying and Maintaining We hope this information helps!Regards,TechAspect Solutions
Hi,We were able to add class attribute to the pathfield in dialog successfully. Please find the sample dialog xml and screenshot of sample output below which might help you diagnose the issue with your current implementation.Dialog xml:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="htt...
Hi Shallu Rohilla,Candidates who register for the exam with a delivery date prior to January 16, 2017 will be provided the current version of the exam; any exam delivered on or after January 16, 2017 will be the new version. Please refer below link for more information about the exam.https://trainin...
Hi,We're able to successfully add pathbrowser to a multifield 6.3 dialog.As you can see - we're able to select the path using pathbrowser.Please find the package located in the following location and verify from your end.https://helpx.adobe.com/experience-manager/using/newsletter_aem63.htmlWe hope t...