Hi, we have AllowScripts set to true in our radEditor, but no matter what we do, any attempts to insert a simple javascript function get stripped out. Is there a hidden trick to allowing this to happen? Thanks.
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 08 Dec 2009, 03:58 PM
Hi Karl,
You should disable the RemoveScripts filter of RadEditor, which strips the <script> tags to reduce the possibility of cross-site scripting and other script-related problems:
I am not sure what is causing the problem on your side and for that reason I prepared for your and attached a sample fully working project and video demonstrating how to disable the RemoveScript filter and allow the execution of script in RadEditor.