I need to add a new button in rich text editor and on its click link dialog should come with a textbox and on entering the text in textbox it should be able to append with mailto, how can i do this ?
With the existing OOTB RTE functionality, you should be able to add the href with "mailto:" functionality.
Just open the editor and configure the mail address along with "mailto:". This should enable the mail to functionality and no need for any RTE customization.
With the existing OOTB RTE functionality, you should be able to add the href with "mailto:" functionality.
Just open the editor and configure the mail address along with "mailto:". This should enable the mail to functionality and no need for any RTE customization.