In silverstripe 2.3.2 when call js function in tiny editor by <a href="#" onclick="abc()">abc</a> then after save result coming on <a href="#" >abc</a>, how can we solve this problem, why Anchor tag on click attribute are remove after save this html..., please suggest me...
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Sounds more like a TinyMCE-problem than a SS-problem. Maybe you should ask it at http://tinymce.moxiecode.com/
Or you might want to take a look at this new functionality I just discovered: http://doc.silverstripe.org/doku.php?id=htmleditorconfig. It's new, so I didn't play with it yet.