Hi I am adding the below code using AEM 6.5 On Premise <?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:EditConfig">
<cq:listeners
jcr:primaryType="cq:EditListenersConfig"
afte...
Yes we have sling model for max-button. Max-button have design dialog - With allowed embeddedable.Max-button have embeddable node- youtube, wimeo and moreSightly code have links url, label, button type, embeddeables
Hi, I am trying to include component on page via sightly code using<div data-sly-resource="${'btn' @ resourceType='world/components/content/max-button'}"> </div> I can see the parsys of the max-button component but unable to author it. In logs I am getting the below error. Need help java.lang.NullPo...
I have created one servlet which runs whenever we select the dropdown and then it printwrite the key and value that should the dropdown text and value function callToServlet(txt){
$.ajax({
type:'GET',
data: {
country : txt //let it be India
...
I cant achieve for 2 dropdown Country: States India- Himachal, UP, UK, etcAustralia- Queensland, Tasmania etcUAE- Abu dhabi, Ajman, Dubai, etc If India chosen in one dropdown other should ppulated with Himachal, up and all
I have country and states name which should change as per country selection How to write the servlet (I dont have ValueMapDecorator in my aem).Country: States India- Himachal, UP, UK, etcAustralia- Queensland, Tasmania etcUAE- Abu dhabi, Ajman, Dubai, etc Need help I am doing this for first time.
I am trying to use show hide in multifield but the visuals are not working as expected I have 2 dropdown Background Color1.) White is selected --------------- font color --->black, green, grey should appear2.) Black is selected ---------------- font color -----> white,grey should appear <?xml ver...
I have one drop down having valuesdefault, Red, Green if author select default then one text field and one checkbox should appear below the drop downif author chose red/ green one new dropdown with (Dark, Light, Seap) should appear. How can it be achieved? I am confused