Custom Button on Content Fragment Edit Screen | Community
Skip to main content
sanjeevkumart45
Level 2
September 11, 2020
Solved

Custom Button on Content Fragment Edit Screen

  • September 11, 2020
  • 1 reply
  • 1234 views

Hi,

  We are exploring the possibilities of adding a custom button in the Content Fragment Editor Screen. Has anyone had any experience doing it? If so it would be helpful to know on how you did it?

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 Suraj_Kamdi

@sanjeevkumart45 

1. you need to write custom JS code to add a button on the CF editor screen or another way is just overlay /libs/dam/cfm/admin/components/v2/adminpage/status/status.jsp and button.

 

Use the following coral UI style guide to understand each CSS only components.

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/coral-ui/coralui3/styles.html

 

2. The second thing is you need to write a custom servlet to handle the action.

 

 

1 reply

Suraj_Kamdi
Community Advisor
Suraj_KamdiCommunity AdvisorAccepted solution
Community Advisor
September 14, 2020

@sanjeevkumart45 

1. you need to write custom JS code to add a button on the CF editor screen or another way is just overlay /libs/dam/cfm/admin/components/v2/adminpage/status/status.jsp and button.

 

Use the following coral UI style guide to understand each CSS only components.

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/coral-ui/coralui3/styles.html

 

2. The second thing is you need to write a custom servlet to handle the action.

 

 

Suraj Kamdi