Expand my Community achievements bar.

SOLVED

Custom Button on Content Fragment Edit Screen

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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/c...

 

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

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@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/c...

 

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