Overlay - /libs/granite/ui/components/foundation/layouts/tabs/tabs.jsp
Hello All,
We implemented a dynamic tab dialog by overlaying /libs/granite/ui/components/foundation/layouts/tabs/tabs.jsp in AEM 6.0. Now we are migrating from AEM 6 to 6.3. And this dialog is breaking.
Below is brief description of the dialog in AEM 6.0
When we open the dialog, the default view is shown(which is static, where we enter component title).
In the dialog, we have a + icon, when clicked, it adds a dynamic tab(stacked) to the dialog, where we can provide tab name along with other configuration.
We can add any number of tabs and it provides an option to delete the tab as well.
At a high level, we implemented above dialog using a custom java script and css, which is attached to overlay component (/apps/asdf/ui/components/foundation/layouts/dynamic-tabs/dynamic-tabs.jsp).
Could you please let us know how to migrate above dialog to AEM 6.3? Any sample code or helpex article is helpful.
Thanks in Advance
Sreenivasula Reddy