How does one search for text in the javascript or jsp code inside of crxdelite. I tried using the home page and entering text that existed in a jsp, but it came back with no results
here is the scenario...1) when our image search returns results, we have custom code that allows us to hover over the image and see a tooltip of the image name2) this worked in AEM 5.4 but does not seem to in 6.03) the html div elements holding the image references and their attributes are identical...
In classic ui I was able to set a componentGroup to .hidden and authors would not see the component. In touch ui I am not seeing the same behavior although it is suggested elsewhere that it should work the same way. Am I wrong about this? Here is an example of one such component that is hidden in c...
We’re running into some Javascript errors in Internet Explorer that we’ve tracked down to /etc/clientlibs/granite/jquery/granite/csrf/source/csrf.jsSpecifically, the line handleForm(result.contentWindow.document)is a problem when an iframe contains content from a different domain.I suspect I can set...
Can someone help me with hiding Campaign Experiences and overriding the title of the "Offer Page" so I can set it back to "Teaser"?I'm moving from CQ 5.5 to AEM 6.1, and I'm trying to keep things simple for my clients who are used to the previous Campaign/Teaser paradigm. To do that, I'd like to hi...
Hi Friends,I have created a AEM project using maven Archetype process. I have an event listener component in that project which will listen to "Activate" event when a user tries to publish/replicate the content from author to publish server. As part of that event I have a requirement to import the ...
https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html<div data-sly-use.asset="com.day.cq.dam.api.Asset"> <p>${asset.mimeType}</p></div>This isn't working for me.Similarly, I have tried adapting resource to Product<div data-sly-use.product="com.adobe.cq.commerce.api.Product"> ...
Hi, I am using AEM 6.1.Could anyone please advise if we can keep some components as "non-authoring" , which means once developed and placed by developer, author will not have rights to change those ? Can we do that ? and How ?Thanks,Priyanka
I need to add a paragraph browser to a dialog in touch UI. Adobe docs says "pathbrowser" can be used for both "pathfield" and "paragrahBrowser". Is there a parameter that I need to set to enable the parBrowser?
HI , I am trying to give reset password functionality on our site.I tried OOTB form action from libs "/libs/foundation/components/account/actions/setpwd" .I want to overlay this in my project app path.Before doing that I tried using the geometrixx demo site's change password functionality on Author....