How to Create a component which is having a dialog box for Dynamically addition of tabs?
And as per requirement, Tabs should be in dialog box.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Please check if this solutions works for you
Hi @NayanGarade ,
Welcome to the community. Could you please elaborate your usecase a bit more clearly?
I want a dialog (cq:dialog) which is dynamic in nature and a author can add "N" number of tabs in dialog box as per requirement.
Hi,
Please check if this solutions works for you
@NayanGarade - I think you need a custom listener or Javascript to handle this scenario. You can make use of CoralUI APIs to achieve this you need to use Event Listeners for this while adding any extra tav to the touchui dialog.
Please refer the below link for CoralUI for Tab of a dialog.