Add attribute in Parsys Div
I want to add one extra attribute in AEM generated divs
Eg: Normally I get as below
<div class="parbase component section"></div>
I want to add an attribute like
<div class="parbase component section" newattribute> </div>
I want to add one extra attribute in AEM generated divs
Eg: Normally I get as below
<div class="parbase component section"></div>
I want to add an attribute like
<div class="parbase component section" newattribute> </div>
I dont think so this provides an options to add attribute instead of class.
I would suggest you to create extra DIV in your HTML for this attribute.
OR
Write a 3-4 lines of JS code to Add this attribute.
Could you please elaborate your use case?
thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.