Expand my Community achievements bar.

SOLVED

How to override foundation dialog content

Avatar

Level 3

1716065_pastedImage_0.png

In AEM 6.4 after creating a new project i should be able to create a new tab under this success box.

Can some body help me how to achieve this in AEM 6.4 .Please help me .

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
3 Replies

Avatar

Employee Advisor

Hello,

Check here -> /libs/cq/core/content/projects/wizard/newproject

Regards,

Vishu

Avatar

Correct answer by
Employee Advisor

Avatar

Level 3

Hi

Thanks for ur reply i tried that example in AEM 6.4 by changing the below class but still not able to do it in AEM6.4. If you have any other example that would be really helpful for me. PFB

getUIWidget(".coral3-Dialog--success").done(function($dialog){

                $dialog.find("coral3-dialog-footer")

                        .find(".coral3-Button coral3-Button--secondary")

                        .children("coral-button-label").html("Back To Projects");

            });