If the step property is used in number field, then it will allow only the multiples of the given step values within the min and max range. In this case only 3000, 3500, 4000,....,15000 will be accepted. If any value needs to be accepted in the number field then the step property should not be used.
Hi All,I am using the below js function to perform certain logic during on load of component dialog and page properties.$(document).on("foundation-contentloaded", function (e) {//some logic here});I need to do different logic on load of page properties and on load of component dialog.If i use $docum...
Able to get the list of nested multifield components quickly with Arun's suggestion. Thanks smacdonald2008, MatthewLaun, gauravb10066713 and Arun Patidar. All of your replies helped to learn something new
There is an issue with customized multifield js in project. I just want to find out the list of all the components with nested multi fields available in my project to make sure they all work fine. But don't want to do it manually by checking each and every component.
Hi,I want to find all the components that have a nested multifield in the touch ui dialog in AEM 6.4. Kindly help with writing a query for it that can be executed in Query Builder. I have written a below query to find out all the components that have a multifield. But not sure how to find out a sub ...
Hi Team,We have few external URLs(something like below) authored in the site pages.https://www.abc.com/xyzhttps://www.abc.com/xyz/bcd.pdfhttps://www.abc.com/xyz/bcd1.pdfThe URLs are broken in author and publish. The below error is coming in the error.log in both AEM 6.2 and AEM 6.4. But these URLs a...
Hi, I tried using the cq:emptyText node property in AEM 5.6.1 and it was not getting applied. Then i checked in adobe docs. It doesn't have the cq:emptyText property in AEM 5.6.1 and attached the screenshot for that.Is there any way to achieve it in AEM 5.6.1 ?
Is there a way to find out if a site is developed using AEM ? For instance, if i have the url of the site(say http://www.google.com), how can i find out if it is developed using AEM ? Is it possible ?
Hi,In AEM 6.0, i'm using Zen Garden Video Component to display Youtube Video.The poster image that is selected is coming fine for mp4, webm and ogv video formats but it is not working for Youtube Video.Is there a way we can apply poster image to Youtube Video ?