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 ?
Hi @Asutosh_Jena_ I'm trying to create a new plugin same like anchor plugin and the new custom plugin should not have any link functionality, it should only accept the text in input field. So i have added above JS code to the newly created plugin but when i click on input field to add text it is ge...
Hi @Sanjay_Bangar , Screenshot is added please check, in the input field when i click on it, the custom dependent field is getting closed . It is not allowing me to put the text/input because it is getting closed.
Created a new RTE plugin and added the dependent Input field to it, when tried to edit the field then it is not adding the inputted text to it and at the same time it is getting closed the dependent fields div . I'm unable to add the text to it. Need help. @arunpatidar26 @Anudeep_Garnepudi @Ratna_K...
@BrianKasingli Thank you! I have added a new plugin(email) into this code. I can able to see that new plugin in the view but the icon is missing for it. Where does the icon should be added for this new plugin ?