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 .
Solved! Go to Solution.
Review this article [1]. You can follow a similar approach.
Hello,
Check here -> /libs/cq/core/content/projects/wizard/newproject
Regards,
Vishu
Views
Replies
Total Likes
Review this article [1]. You can follow a similar approach.
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");
});
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies