I would like to add myComponent to two or more componentGroup, How can I do that? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" j...
I don't know exactly whay I was unable to show that data attribute on the HTML, but I rebuild the entire cq dialog around this two properties and it worked
I wonder what am I doing wrong on the cq dialog xml, I cant get it to display the data attribute, can you please share the xml file where you took the screenshot from? I mean the whole file, I know you shared the piece of code previously
validation="custo-validation" name="./creditsValue_t"><granite:data jcr:primaryType="nt:unstructured" dependent-name="creditsTitle_t"/></creditsValue> Mostly that part i want to send the dependent name as a data html attribute but is not being shown. that's my main problem. Can I use granite:data on...
I was trying to avoid hardwiring the r creditsTitleValue = $('[name="./creditsTitle_t"]').val(); . I want the name to be dynamic. That is why I am trying to send it with granite:data so i can grab it from the DOM, but i cant render it. Is it possible to add granite data to textfield? That's my main ...
I am trying to create a validation function for a textfield depending on the content of other textfield in a cq dialog in AEM 6.5.I am trying to send within the cq:data the textfield name but I can get AEM to render these data attributes on DOM. This is a piece of the cq dialog<creditsTitle
jcr:pr...