Hi All,I'm trying to create a component which has a multifield. Inside this I have a dropdown, based on selection of a value in this I want to show/hide two textfields. Currently I'm working on AEM 6.4 version and I want the same to be done using Coral UI 3 dialog structure. As per the below dialog ...
Hi All,I have created a component which has a list value being returned from Java. Everytime I author the component the value obtained in the html is null. In the logs it gives a null pointer exception. The values in these fields are coming from tagging in AEM. How do I place a null check condition ...
Hi All,I am trying to create a component which will add number of columns based on the number selected in the numberfield in dialog. For exm - If I add 3 in the number field it should then generate a layout consisting of three columns with three parsys. Currently I'm trying to read the number field ...
Hi Dushan,Thank you for the input, however I'm trying the restrict the addition of fields inside a multifield, so if you have any insights on that it would be helpful.Regards,Bernadine Soman
Hi Arun,I tried the same solution but it did not work for the for the min max values. The listener does not work for me. Although I'm using AEM 6.4, do you think that this might be a factor here?Regards,Bernadine Soman
Hello Everyone,I am creating a component in which I need to add multifields based on the increment or decrement in the numberfield.For example in the above dialog - Suppose the author adds 3 in the numberfield, now he should be able to add only 3 sets of multifields in the dialog. That is he should...
Hi,I want to add the pagination feature in aem 6.4 in my sightly code. I want to perform iteration for the page numbers.<div class="pagination-section"><div class="row"><div class="col-md-12 paging"><nav aria-label="Page navigation example"><ul class="justify-content-center pagination"><li class="p...
Hi,I am trying to iterate through the resources inside a page. In my code I am able to get the resource but while iterating i only managed to get the last component inside the page. I need to get each resource and its properties so that I can write a json for each resource. The snippet which i have ...
So is it possible to extend the Content Fragment component inside my custom project? Since the dialog structure creates data attributes rather in separate nodes?