Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

dialog dynamic tabs

Avatar

Level 4

Hi,

I need to create a dialog to edit the nav component.

The dialog must have a number of tabs equal to the number of children of the page.

Can i do this thing inside the jsp or i need a specific service?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can do this with listeners. Take a look @ /libs/foundation/components/list/dialog

But why you are going for Tabs, you could have gone for multifield, that will be better approach

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can do this with listeners. Take a look @ /libs/foundation/components/list/dialog

But why you are going for Tabs, you could have gone for multifield, that will be better approach