Does anyone have official documentation of cq:htmlTag? | Community
Skip to main content
New Participant
August 9, 2016
Solved

Does anyone have official documentation of cq:htmlTag?

  • August 9, 2016
  • 14 replies
  • 12983 views

I am trying to use it, but I could not find a official good documentation.

The link from the docs at the cq:htmlTag is broken

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by murilod74686477

Replace the automatically include outer div.

I was missing cq:tagName.

My issue is solved, thank you for the help.

Just a head-ups as the documentation is broken.

14 replies

New Participant
June 14, 2018

Publish instance is working fine.

Issue with only the Author instance and only when I edit and save the dialog of the component.

The moment I hit save on the dilog, all  the elements in the components gets hidden and the parsys breaks until I refresh the page again.  After the page refresh It works fine.

kautuk_sahni
Employee
June 14, 2018

Make sure you have component published. check the Publisher instance.

-kautuk

Kautuk Sahni
arunpatidar
New Participant
June 14, 2018
New Participant
June 14, 2018

Hi,

I completely wanted to remove the auto generated <div> tag, so I made the cq:tagName = "".

But in author instance, when ever I save the dilog, the component gets hidden and the parsys looks broken until the page is refreshed again manually.

This is happening in 6.3.2.0.

Any help or suggestion to avoid it ?

New Participant
June 14, 2018

Hi, I completely wanted to remove the auto generated <div> tag, so I made the cq:tagName = "".

But in author instance, when ever I save the dilog, the component gets hidden and the parsys looks broken until the page is refreshed again manually.

This is happening in 6.3.2.0.

Any help or suggestion to avoid it ?

aaaa2222
New Participant
July 26, 2017

hi kirsh1442,

were you able to find solution for your problem of adding dynamic values of component content node path as a data attribute to the auto generated DIV?

New Participant
April 6, 2017

Hi All,

We have used the cq:htmlTag node to override the CQ generated div for the component.

Its working fine in author instance, but however it is not working in publish instance, we are getting the auto-generated CQ div class instead of our overridden class.

Please help me on the urgent basis.

Thanks,

Mayur Sharma

kautuk_sahni
Employee
August 17, 2016

We have created a documentation bug for this. Documentation team will work on this. Once done i will inform you.

~kautuk

Kautuk Sahni
krish1442
New Participant
August 16, 2016

We can use cq:htmlTag to write our custom tags and attributes to be added to the DIV as mentioned in the below page.

https://helpx.adobe.com/in/experience-manager/kb/ComponentDiv.html

But, the question is we can only add static values where I would like to add dynamic values like I want to add component content node path as a data attribute to the auto generated DIV

For example,

<div class="title"></div>

Should be

<div class="title" res="/content/geometrixx/en/jcr:content/par/title"></div>

Any references are will be helpful.

Thanks in advance.

Tuhin_Ghosh
New Participant
August 11, 2016

if your issue is solved kindly close the ticket and let Scott know about the broken topic so that it could be fixed.