Hi All,
Good Morning....
I created one rte plugin and incorporated on RTE(rich text) dialog,am able to add data in RTE using my rte plugin but displaying it is removing href from the anchor tag.
Stpep:
Once select the 'Chat icon Links' from the dialog,it is opening textbox and entering the "Chat Now" value.
I see the value in RTE editor "<a href="javascript:void();">Chat Now</a> througn firebug but while selecting 'OK' button from the main dialog it is displaying data
"Chat Now" but it is not contain hfef attribute.i see the below value through firebug :
<a>Chat Now</a>.
How to restrict not to change data from the RTE editor?
Can you please suggest me or share me any code snippet?
Thanks in advance.
Thanks,
Venkatesham G