Skip to main content
MayurSatav
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 17, 2022
Solved

How to use core tab component in DITA ?

  • August 17, 2022
  • 1 reply
  • 674 views

Hi,

 

I wanted to know, is it possible to map core tab component in DITA using element mapping? If it is then can someone give idea on how we can achieve it ? and If not , then is there any way to use tab component in DITA?.

 

I did element mapping for core text component and it is working fine but for tab component it is not working.

 

Thank you.

 

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 DivrajSingh

@mayursatav : It depends on what elements/attributes of DITA topic do you plan to map to the tab component properties. Basically when you map a element to a AEM component, the DITA element should have enough sub-elements/attributes that are expected by the component code (sightly/jsp) or else you will have to modify the component code accordingly.

1 reply

DivrajSingh
Adobe Employee
DivrajSinghAdobe EmployeeAccepted solution
Adobe Employee
August 23, 2022

@mayursatav : It depends on what elements/attributes of DITA topic do you plan to map to the tab component properties. Basically when you map a element to a AEM component, the DITA element should have enough sub-elements/attributes that are expected by the component code (sightly/jsp) or else you will have to modify the component code accordingly.