How to override foundation dialog content | Community
Skip to main content
Level 3
March 21, 2019
Solved

How to override foundation dialog content

  • March 21, 2019
  • 3 replies
  • 2985 views

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 .

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

Review this article [1]. You can follow a similar approach.

[1] Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Extending Open Prompt Dialog in Form Success Response

3 replies

Adobe Employee
March 21, 2019

Hello,

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

Regards,

Vishu

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
March 21, 2019
Level 3
March 22, 2019

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");

            });