Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

How to extend the proxy tabs component created from core to add an icon and text with the tab title ?

Avatar

Level 3

Hello Guys !

Really confused with the extension of core components by creating a proxy component and adding additional features as per the requirement. 
The use case is i need to bind an icon and text to the tab title which is being generated automatically and the author should have the flexibility to change the icon and text. 

akashkriz005_0-1680763296509.png


In the above tab title highlighted , Need to integrate an icon and text. So that the remaining tabs functionality keeps the same. 

Please advise how we can integrate this functionality with proxy component ? 

2 Replies

Avatar

Community Advisor

You can add extra options in the dialog multifield for each tab and add the icons accordingly .

Himanshu Jain

Avatar

Level 3

Thanks for the response @Himanshu_Jain . I tried to extend it with  a multi field and extended the sling model as well. But whenever the sling is referred in the proxy component I'm not getting the already existing functionalities of core tab component.