AEM 6: Extending the link dialog in RTE Component | Community
Skip to main content
sebastian_stei2
October 16, 2015
Solved

AEM 6: Extending the link dialog in RTE Component

  • October 16, 2015
  • 3 replies
  • 1772 views

Hi there,

I would like to add radiobuttons to select a link color in the Link-Plugin of the RTE Component in Coral UI, either by extending the existing Link-Plugin or by creating a new Plugin based on the existing Link-Plugin. I've tried to find some documentation or related code to do this, but wasn't succesful. Can anyone give me some hints how to do this?

 

Thanks

Sebastian

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 alvawb

Hi Sebastian,

Enhancing the existing link dialog is not currently supported. However, you could try and create a new link plugin, by developing your own implementation (copying/pasting of existing code will help) and leveraging Coral UI to add the additional UI widgets.

Hope that helps.

Alva 

3 replies

Community Manager
October 16, 2015

Hi Sebastian,

I'm looking into it and will post a reply as soon as I know more. This may be of help: http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html although it's for 5.6.1.

Regards,

Alva

alvawbCommunity ManagerAccepted solution
Community Manager
October 16, 2015

Hi Sebastian,

Enhancing the existing link dialog is not currently supported. However, you could try and create a new link plugin, by developing your own implementation (copying/pasting of existing code will help) and leveraging Coral UI to add the additional UI widgets.

Hope that helps.

Alva 

sebastian_stei2
October 16, 2015

Hi Alva,

thanks for your help. I'll try it out the next days and will see how far I can get.

Best regards

Sebastian