Hi,
Im trying to extend the AEM Tabs Component in order that when you add a tab in the dialog, it gives you an additional text field for each tab you add and how to show this additional text fields value for that tab on the frontend.
I do see that the tab component uses the childeditor, is there a way to achieve this?
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @JAWillis
For this, you can extend the core component and add the additional dialog fields. To fetch the value, extend the core components model using delgating pattern and add the additional values as per your requirement.
Check the example here: https://levelup.gitconnected.com/aem-extend-core-component-models-using-resource-type-association-an...
Hope it solves your issue!
Thanks,
Kiran Vedantam.
Hi @JAWillis
For this, you can extend the core component and add the additional dialog fields. To fetch the value, extend the core components model using delgating pattern and add the additional values as per your requirement.
Check the example here: https://levelup.gitconnected.com/aem-extend-core-component-models-using-resource-type-association-an...
Hope it solves your issue!
Thanks,
Kiran Vedantam.
Thank you Kiran,
I will take a look and see if this is the resolution.
Views
Likes
Replies
Views
Likes
Replies